aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_openloop_test.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-11 06:05:24 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-11 06:05:24 -0800
commit1132c6b7db990d83fd178c927c39d0b67fa02778 (patch)
tree97a71efd97084efbc8c8935624f3704a1bf9b8e3 /test/cpp/qps/qps_openloop_test.cc
parentd472ad2a7fe19474409a5dff1afab5244072fda4 (diff)
Simplify and properly implement openloop testing.
Revive it in tests as well
Diffstat (limited to 'test/cpp/qps/qps_openloop_test.cc')
-rw-r--r--test/cpp/qps/qps_openloop_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_openloop_test.cc b/test/cpp/qps/qps_openloop_test.cc
index fe5f685b6e..0ac41d9f96 100644
--- a/test/cpp/qps/qps_openloop_test.cc
+++ b/test/cpp/qps/qps_openloop_test.cc
@@ -53,7 +53,7 @@ static void RunQPS() {
client_config.set_outstanding_rpcs_per_channel(1000);
client_config.set_client_channels(8);
client_config.set_async_client_threads(8);
- client_config.set_rpc_type(UNARY);
+ client_config.set_rpc_type(STREAMING);
client_config.mutable_load_params()->mutable_poisson()->set_offered_load(
1000.0);