Home
last modified time | relevance | path

Searched full:cpu_cost (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/tools/run_tests/generated/
Dtests.json13 "cpu_cost": 1.0, number
37 "cpu_cost": 1.0, number
61 "cpu_cost": 1.0, number
85 "cpu_cost": 1.0, number
109 "cpu_cost": 1.0, number
133 "cpu_cost": 1.0, number
157 "cpu_cost": 1.0, number
181 "cpu_cost": 1.0, number
205 "cpu_cost": 1.0, number
229 "cpu_cost": 1.0, number
[all …]
/third_party/grpc/tools/run_tests/
Drun_tests.py153 cpu_cost=1.0, argument
167 cpu_cost = shortname_to_cpu[shortname]
172 cpu_cost=cpu_cost,
362 cpu_cost = target['cpu_cost']
363 if cpu_cost == 'capacity':
364 cpu_cost = multiprocessing.cpu_count()
388 cpu_cost=cpu_cost,
420 cpu_cost=cpu_cost,
436 cpu_cost=cpu_cost,
1026 … # set really high cpu_cost to make sure instances of OpenCover.Console run exclusively
[all …]
/third_party/grpc/tools/run_tests/python_utils/
Djobset.py176 cpu_cost=1.0, argument
184 cpu_cost: number of cores per second this job needs
198 self.cpu_cost = cpu_cost
362 self._spec.cpu_cost)
363 measurement = '; cpu_cost=%.01f; estimated=%.01f' % (
443 def cpu_cost(self): member in Jobset
446 c += job._spec.cpu_cost
460 current_cpu_cost = self.cpu_cost()
462 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
465 self.reap(spec.shortname, spec.cpu_cost)
[all …]
/third_party/grpc/tools/run_tests/artifacts/
Dpackage_targets.py60 cpu_cost=1.0): argument
69 cpu_cost=cpu_cost,
96 cpu_cost=1e6,
Dartifact_targets.py74 cpu_cost=1.0, argument
93 cpu_cost=cpu_cost,
/third_party/grpc/templates/tools/run_tests/generated/
Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/third_party/grpc/tools/run_tests/sanity/
Dsanity_tests.yaml18 cpu_cost: 3
29 cpu_cost: 1000
/third_party/grpc/test/cpp/qps/
Dgen_build_yaml.py120 'cpu_cost':
152 'cpu_cost':
182 'cpu_cost':
/third_party/grpc/tools/buildgen/plugins/
Dmake_fuzzer_tests.py54 'cpu_cost': 0.1,
Dcheck_attrs.py69 'cpu_cost': anything(),
/third_party/grpc/tools/buildgen/
Dbuild_cleaner.py29 'name', 'gtest', 'cpu_cost', 'flaky', 'build', 'run', 'language',
/third_party/grpc/src/boringssl/
Dgen_build_yaml.py127 'cpu_cost': 1.0
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py98 cpu_cost=2,