Home
last modified time | relevance | path

Searched refs:threads_per_cq (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3threads_per_cq": 1, "channel_args": [{"str_value": "latency", "name": "grpc.optimization_target"}]…
Dqps_json_driver_scenarios.bzl3threads_per_cq": 3, "channel_args": [{"str_value": "throughput", "name": "grpc.optimization_target…
Dserver_async.cc98 int tpc = std::max(1, config.threads_per_cq()); // 1 if unspecified in AsyncQpsServerTest()
Dclient_async.cc171 int tpc = std::max(1, config.threads_per_cq()); // 1 if unspecified in AsyncClient()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerConfig.php68 private $threads_per_cq = 0; variable in Grpc\\Testing\\ServerConfig
299 return $this->threads_per_cq;
312 $this->threads_per_cq = $var;
DClientConfig.php93 private $threads_per_cq = 0; variable in Grpc\\Testing\\ClientConfig
460 return $this->threads_per_cq;
473 $this->threads_per_cq = $var;
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto107 int32 threads_per_cq = 17; field
157 int32 threads_per_cq = 12; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto109 int32 threads_per_cq = 17; field
162 int32 threads_per_cq = 12; field