Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php99 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/
Dscenario_config.py130 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/
Dqps_json_driver_scenarios.bzl3messages_per_stream": 1, "payload_config": {"simple_params": {"resp_size": 0, "req_size": 0}}, "cl…
Djson_run_localhost_scenarios.bzl3messages_per_stream": 1, "payload_config": {"simple_params": {"resp_size": 0, "req_size": 0}}, "cl…
Dclient_async.cc358 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()
Dclient_sync.cc153 messages_per_stream_(config.messages_per_stream()), in SynchronousStreamingClient()
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto108 int32 messages_per_stream = 18; field
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto110 int32 messages_per_stream = 18; field