aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-31 14:15:36 -0700
committerGravatar yang-g <yangg@google.com>2015-07-31 14:15:36 -0700
commitb803313b2c39d6d0f2ed64253db89c910a8c39e2 (patch)
tree9e840d685a009b1a5afc0d06094e535a3b645bb3 /test
parent61fcb185dd66b8634e042973be294a7c6c174da4 (diff)
parent11af9747152565c4f5bfe0acb453715521e8af7f (diff)
merge with head and resolve conflicts
Diffstat (limited to 'test')
-rw-r--r--test/cpp/qps/qps_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_test.cc b/test/cpp/qps/qps_test.cc
index 7b93443f7c..ba980a6664 100644
--- a/test/cpp/qps/qps_test.cc
+++ b/test/cpp/qps/qps_test.cc
@@ -53,8 +53,8 @@ static void RunQPS() {
ClientConfig client_config;
client_config.set_client_type(ASYNC_CLIENT);
client_config.set_enable_ssl(false);
- client_config.set_outstanding_rpcs_per_channel(10);
- client_config.set_client_channels(800);
+ client_config.set_outstanding_rpcs_per_channel(1000);
+ client_config.set_client_channels(8);
client_config.set_payload_size(1);
client_config.set_async_client_threads(8);
client_config.set_rpc_type(UNARY);