Home
last modified time | relevance | path

Searched refs:cpu_cost (Results 1 – 6 of 6) sorted by relevance

/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,
1033 cpu_cost=run_exclusive,
[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/tools/run_tests/python_utils/
Djobset.py176 cpu_cost=1.0, argument
198 self.cpu_cost = cpu_cost
362 self._spec.cpu_cost)
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)
512 self.cpu_cost(), wstr))
/third_party/grpc/templates/tools/run_tests/generated/
Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py98 cpu_cost=2,