Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/
Dgen_build_yaml.py100 'binary_metadata': default_test_options._replace(cpu_cost=LOWCPU),
104 'cancel_after_accept': default_test_options._replace(cpu_cost=LOWCPU),
105 'cancel_after_client_done': default_test_options._replace(cpu_cost=LOWCPU),
106 'cancel_after_invoke': default_test_options._replace(cpu_cost=LOWCPU),
107 'cancel_after_round_trip': default_test_options._replace(cpu_cost=LOWCPU),
108 'cancel_before_invoke': default_test_options._replace(cpu_cost=LOWCPU),
109 'cancel_in_a_vacuum': default_test_options._replace(cpu_cost=LOWCPU),
110 'cancel_with_status': default_test_options._replace(cpu_cost=LOWCPU),
114 proxyable=False, cpu_cost=LOWCPU, exclude_iomgrs=['uv']),
122 'empty_batch': default_test_options._replace(cpu_cost=LOWCPU),
[all …]
/external/grpc-grpc/test/core/bad_client/
Dgen_build_yaml.py29 'connection_prefix': default_test_options._replace(cpu_cost=0.2),
31 'headers': default_test_options._replace(cpu_cost=0.2),
32 'initial_settings_frame': default_test_options._replace(cpu_cost=0.2),
66 'cpu_cost': BAD_CLIENT_TESTS[t].cpu_cost,
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py118 cpu_cost=1.0, argument
132 cpu_cost = shortname_to_cpu[shortname]
137 cpu_cost=cpu_cost,
343 cpu_cost = target['cpu_cost']
344 if cpu_cost == 'capacity':
345 cpu_cost = multiprocessing.cpu_count()
369 cpu_cost=cpu_cost,
401 cpu_cost=cpu_cost,
417 cpu_cost=cpu_cost,
974 cpu_cost=run_exclusive,
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py60 cpu_cost=1.0): argument
70 cpu_cost=cpu_cost,
98 cpu_cost=1e6,
Dartifact_targets.py74 cpu_cost=1.0, argument
94 cpu_cost=cpu_cost,
/external/grpc-grpc/tools/run_tests/
Drun_tests.py152 cpu_cost=1.0, argument
166 cpu_cost = shortname_to_cpu[shortname]
171 cpu_cost=cpu_cost,
371 cpu_cost = target['cpu_cost']
372 if cpu_cost == 'capacity':
373 cpu_cost = multiprocessing.cpu_count()
397 cpu_cost=cpu_cost,
429 cpu_cost=cpu_cost,
444 cpu_cost=cpu_cost,
996 cpu_cost=run_exclusive,
[all …]
/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py178 cpu_cost=1.0, argument
198 self.cpu_cost = cpu_cost
351 '%.01f' % self._spec.cpu_cost)
434 def cpu_cost(self): member in Jobset
437 c += job._spec.cpu_cost
451 current_cpu_cost = self.cpu_cost()
453 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
456 self.reap(spec.shortname, spec.cpu_cost)
503 self.cpu_cost(), wstr))
/external/rust/crates/grpcio-sys/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))
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dpackage_targets.py60 cpu_cost=1.0): argument
69 cpu_cost=cpu_cost,
Dartifact_targets.py74 cpu_cost=1.0, argument
93 cpu_cost=cpu_cost,
/external/grpc-grpc/test/core/bad_ssl/
Dgen_build_yaml.py28 'cert': default_test_options._replace(cpu_cost=0.1),
73 'cpu_cost': BAD_CLIENT_TESTS[t].cpu_cost,
/external/grpc-grpc/templates/tools/run_tests/generated/
Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py103 cpu_cost=2,
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py98 cpu_cost=2,