Searched refs:messages_per_stream (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ClientConfig.php | 99 private $messages_per_stream = 0; variable in Grpc\\Testing\\ClientConfig 486 return $this->messages_per_stream; 499 $this->messages_per_stream = $var;
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | scenario_config.py | 130 messages_per_stream=None, argument 212 if messages_per_stream: 213 scenario['client_config']['messages_per_stream'] = messages_per_stream 321 messages_per_stream=mps, 335 messages_per_stream=mps, 566 messages_per_stream=mps, 579 messages_per_stream=mps,
|
/external/grpc-grpc/test/cpp/qps/ |
D | qps_json_driver_scenarios.bzl | 3 …messages_per_stream": 1, "payload_config": {"simple_params": {"resp_size": 0, "req_size": 0}}, "cl…
|
D | json_run_localhost_scenarios.bzl | 3 …messages_per_stream": 1, "payload_config": {"simple_params": {"resp_size": 0, "req_size": 0}}, "cl…
|
D | client_async.cc | 358 StartInternal(cq, config.messages_per_stream(), config.use_coalesce_api()); in Start() 468 void StartInternal(CompletionQueue* cq, int messages_per_stream, in StartInternal() argument 471 messages_per_stream_ = messages_per_stream; in StartInternal() 788 StartInternal(cq, config.messages_per_stream()); in Start() 885 void StartInternal(CompletionQueue* cq, int messages_per_stream) { in StartInternal() argument 889 messages_per_stream_ = messages_per_stream; in StartInternal()
|
D | client_sync.cc | 153 messages_per_stream_(config.messages_per_stream()), in SynchronousStreamingClient()
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | control.proto | 108 int32 messages_per_stream = 18; field
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | control.proto | 110 int32 messages_per_stream = 18; field
|