Home
last modified time | relevance | path

Searched defs:benchmark_seconds (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenario.php59 private $benchmark_seconds = 0; variable in Grpc\\Testing\\Scenario
/external/grpc-grpc/test/core/fling/
Dclient.cc168 int benchmark_seconds = 5; in main() local
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto194 int32 benchmark_seconds = 7; field
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto207 int32 benchmark_seconds = 7; field
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc199 int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count, in RunScenario()