Home
last modified time | relevance | path

Searched refs:maxjobs (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/tools/run_tests/
Drun_microbenchmark.py121 benchmarks, maxjobs=max(1,
123 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
124 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
130 jobset.run(benchmarks, maxjobs=max(1, multiprocessing.cpu_count() / 2))
131 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
132 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
175 jobset.run(benchmarks, maxjobs=1)
176 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
177 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
183 jobset.run(benchmarks, maxjobs=1)
[all …]
Dtask_runner.py93 prebuild_jobs, newline_on_success=True, maxjobs=args.jobs)
107 build_jobs, newline_on_success=True, maxjobs=args.jobs)
Drun_performance_tests.py211 [archive_job], newline_on_success=True, maxjobs=1)
244 prepare_jobs, newline_on_success=True, maxjobs=10)
283 build_jobs, newline_on_success=True, maxjobs=10)
475 perf_report_jobs, newline_on_success=True, maxjobs=1)
668 jobs, newline_on_success=True, maxjobs=1)
Drun_tests.py1732 maxjobs=1,
1803 maxjobs=args.jobs,
1840 maxjobs=1,
Drun_tests_matrix.py582 jobs, newline_on_success=True, travis=True, maxjobs=args.jobs)
Drun_interop_tests.py1246 build_jobs, newline_on_success=True, maxjobs=args.jobs)
1494 maxjobs=args.jobs,
/external/grpc-grpc/tools/buildgen/
Dgenerate_projects.py94 jobset.run(pre_jobs, maxjobs=args.jobs)
95 jobset.run(jobs, maxjobs=args.jobs)
/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py408 def __init__(self, check_cancelled, maxjobs, maxjobs_cpu_agnostic, argument
416 self._maxjobs = maxjobs
545 maxjobs=None, argument
563 js = Jobset(check_cancelled, maxjobs if maxjobs is not None else
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py66 num_fails, res_set = jobset.run(jobs, maxjobs=args.jobs)
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py124 jobset.run(jobs_list, maxjobs=args.jobs)
Dbm_main.py143 jobset.run(jobs_list, maxjobs=args.jobs)
/external/grpc-grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py235 maxjobs=args.jobs)
Dcreate_matrix_images.py231 maxjobs=multiprocessing.cpu_count())