Home
last modified time | relevance | path

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

/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php99 protected $messages_per_stream = 0; variable in Grpc\\Testing\\ClientConfig
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto112 int32 messages_per_stream = 18; field
/third_party/grpc/test/cpp/qps/
Dclient_callback.cc237 int messages_per_stream() { return messages_per_stream_; } in messages_per_stream() function in grpc::testing::CallbackStreamingClient
Dclient_async.cc468 void StartInternal(CompletionQueue* cq, int messages_per_stream, in StartInternal()
888 void StartInternal(CompletionQueue* cq, int messages_per_stream) { in StartInternal()
/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py132 messages_per_stream=None, argument