diff options
author | vjpai <vpai@google.com> | 2015-07-31 07:34:47 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2015-07-31 07:34:47 -0700 |
commit | 51b48176ca40796229ca193371a7354dac097e22 (patch) | |
tree | 9be3d53b0bd9a90d44cdec0aa67a5b26945d7eab /test/cpp/qps | |
parent | 582c687b4ca18899e811dfbad3075d5b2a2c46df (diff) | |
parent | 909917955c99f6b32f34b4966c252daca0fe7061 (diff) |
Merge branch 'master' into asklipion
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/qps_test.cc | 4 |
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); |