Home
last modified time | relevance | path

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

/external/grpc-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": 10, number
109 "cpu_cost": 1.0, number
133 "cpu_cost": 1.0, number
159 "cpu_cost": 1.0, number
183 "cpu_cost": 1.0, number
204 "cpu_cost": 1.0, number
227 "cpu_cost": 1.0, number
[all …]
/external/grpc-grpc/test/core/end2end/
Dgen_build_yaml.py86 …'needs_fullstack needs_dns needs_names proxyable secure traceable cpu_cost exclude_iomgrs large_wr…
100 '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']),
[all …]
/external/grpc-grpc/test/core/bad_client/
Dgen_build_yaml.py23 TestOptions = collections.namedtuple('TestOptions', 'flaky cpu_cost')
29 '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/grpc-grpc/test/core/bad_ssl/
Dgen_build_yaml.py23 TestOptions = collections.namedtuple('TestOptions', 'flaky cpu_cost')
28 'cert': default_test_options._replace(cpu_cost=0.1),
30 # 'alpn': default_test_options._replace(cpu_cost=0.1),
73 'cpu_cost': BAD_CLIENT_TESTS[t].cpu_cost,
/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py178 cpu_cost=1.0, argument
185 cpu_cost: number of cores per second this job needs
198 self.cpu_cost = cpu_cost
351 '%.01f' % self._spec.cpu_cost)
352 measurement = '; cpu_cost=%.01f; estimated=%.01f' % (
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)
[all …]
/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,
989 … # set really high cpu_cost to make sure instances of OpenCover.Console run exclusively
[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/templates/tools/run_tests/generated/
Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/external/grpc-grpc/tools/run_tests/sanity/
Dsanity_tests.yaml16 cpu_cost: 3
27 cpu_cost: 1000
/external/grpc-grpc/test/cpp/qps/
Dgen_build_yaml.py85 'cpu_cost': guess_cpu(scenario_json, False),
104 'cpu_cost': guess_cpu(scenario_json, False),
122 'cpu_cost': guess_cpu(scenario_json, True),
/external/grpc-grpc/
Dbuild.yaml2101 cpu_cost: 10
2241 cpu_cost: 10
2263 cpu_cost: 2.0
2276 cpu_cost: 0.1
2287 cpu_cost: 0.1
2320 cpu_cost: 0.1
2349 cpu_cost: 30
2361 cpu_cost: 3
2376 cpu_cost: 3
2470 cpu_cost: 1.5
[all …]
/external/grpc-grpc/tools/buildgen/plugins/
Dmake_fuzzer_tests.py46 'cpu_cost': 0.1,
/external/grpc-grpc/tools/buildgen/
Dbuild-cleaner.py29 'name', 'gtest', 'cpu_cost', 'flaky', 'build', 'run', 'language',
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py103 cpu_cost=2,
/external/grpc-grpc/src/boringssl/
Dgen_build_yaml.py137 'cpu_cost': 1.0