Searched refs:benchmark_seconds (Results 1 – 8 of 8) sorted by relevance
/third_party/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 | 130 scenario.warmup_seconds(), scenario.benchmark_seconds(), in RunAndReport()
|
D | driver.cc | 361 int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count, in RunScenario() argument 604 gpr_time_from_seconds(warmup_seconds + benchmark_seconds, GPR_TIMESPAN))); in RunScenario()
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | Scenario.php | 59 protected $benchmark_seconds = 0; variable in Grpc\\Testing\\Scenario 260 return $this->benchmark_seconds; 273 $this->benchmark_seconds = $var;
|
/third_party/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()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 215 int32 benchmark_seconds = 7; field
|