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

  /external/grpc-grpc/test/cpp/qps/
driver.h 33 int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count,
qps_json_driver.cc 84 scenario.warmup_seconds(), scenario.benchmark_seconds(),
driver.cc 199 int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count,
437 gpr_time_from_seconds(warmup_seconds + benchmark_seconds, GPR_TIMESPAN)));
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
Scenario.php 57 * Generated from protobuf field <code>int32 benchmark_seconds = 7;</code>
59 private $benchmark_seconds = 0; variable
231 * Generated from protobuf field <code>int32 benchmark_seconds = 7;</code>
236 return $this->benchmark_seconds;
242 * Generated from protobuf field <code>int32 benchmark_seconds = 7;</code>
249 $this->benchmark_seconds = $var; variable
  /external/grpc-grpc/test/core/fling/
client.cc 168 int benchmark_seconds = 5; local
177 gpr_cmdline_add_int(cl, "benchmark", "Benchmark seconds", &benchmark_seconds);
206 grpc_timeout_seconds_to_deadline(warmup_seconds + benchmark_seconds);
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 101 optional :benchmark_seconds, :int32, 7
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 164 milliseconds