HomeSort by relevance Sort by last modified time
    Searched refs:cpu_cost (Results 1 - 8 of 8) sorted by null

  /external/grpc-grpc/test/core/bad_client/
gen_build_yaml.py 23 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/end2end/
gen_build_yaml.py 86 'needs_fullstack needs_dns needs_names proxyable secure traceable cpu_cost exclude_iomgrs large_writes flaky allows_compression needs_compression exclude_inproc needs_http2 needs_proxy_auth needs_write_buffering needs_client_channel')
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'])
131 cpu_cost=LOWCPU), variable
136 cpu_cost=LOWCPU, variable
157 cpu_cost=LOWCPU), variable
    [all...]
  /external/grpc-grpc/test/core/bad_ssl/
gen_build_yaml.py 23 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/artifacts/
package_targets.py 60 cpu_cost=1.0):
70 cpu_cost=cpu_cost,
98 cpu_cost=1e6,
artifact_targets.py 74 cpu_cost=1.0,
94 cpu_cost=cpu_cost,
  /external/grpc-grpc/tools/run_tests/python_utils/
jobset.py 178 cpu_cost=1.0,
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 class:Jobset
437 c += job._spec.cpu_cost
451 current_cpu_cost = self.cpu_cost()
453 if current_cpu_cost + spec.cpu_cost <= self._maxjobs
    [all...]
  /external/grpc-grpc/tools/run_tests/
run_tests.py 152 cpu_cost=1.0,
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,
    [all...]
  /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
bm_run.py 103 cpu_cost=2,

Completed in 781 milliseconds