Searched refs:benchmark_seconds (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | json_run_localhost_scenarios.bzl | 3 …benchmark_seconds": 1, "num_servers": 1, "server_config": {"security_params": null, "server_type":…
|
D | qps_json_driver_scenarios.bzl | 3 …benchmark_seconds": 1, "num_servers": 1, "server_config": {"security_params": null, "server_type":…
|
D | driver.h | 33 int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count,
|
D | qps_json_driver.cc | 84 scenario.warmup_seconds(), scenario.benchmark_seconds(), in RunAndReport()
|
D | driver.cc | 199 int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count, in RunScenario() argument 437 gpr_time_from_seconds(warmup_seconds + benchmark_seconds, GPR_TIMESPAN))); in RunScenario()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | Scenario.php | 59 private $benchmark_seconds = 0; variable in Grpc\\Testing\\Scenario 236 return $this->benchmark_seconds; 249 $this->benchmark_seconds = $var;
|
/external/grpc-grpc/test/core/fling/ |
D | client.cc | 168 int benchmark_seconds = 5; in main() local 177 gpr_cmdline_add_int(cl, "benchmark", "Benchmark seconds", &benchmark_seconds); in main() 206 grpc_timeout_seconds_to_deadline(warmup_seconds + benchmark_seconds); in main()
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | control.proto | 194 int32 benchmark_seconds = 7; field
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | control.proto | 207 int32 benchmark_seconds = 7; field
|