diff options
author | David Garcia Quintas <dgq@google.com> | 2016-06-02 10:24:51 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-06-02 10:24:51 -0700 |
commit | e7518461c24b7f8745a3f1246081ce35eb4db68b (patch) | |
tree | 742669980975a5d229a1f50e796704a70c706ca4 /test/cpp/qps/qps_test.cc | |
parent | 772f4853347860d394a7db08a89c2030cd271513 (diff) | |
parent | f78b822db787421bfd90a747ed6fdbb1d3dd4b80 (diff) |
Merge branch 'master' of github.com:grpc/grpc into lr_hook
Diffstat (limited to 'test/cpp/qps/qps_test.cc')
-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 c3e72d9b17..f94ea0cb49 100644 --- a/test/cpp/qps/qps_test.cc +++ b/test/cpp/qps/qps_test.cc @@ -50,8 +50,8 @@ static void RunQPS() { ClientConfig client_config; client_config.set_client_type(ASYNC_CLIENT); - client_config.set_outstanding_rpcs_per_channel(1000); - client_config.set_client_channels(8); + client_config.set_outstanding_rpcs_per_channel(100); + client_config.set_client_channels(64); client_config.set_async_client_threads(8); client_config.set_rpc_type(STREAMING); client_config.mutable_load_params()->mutable_closed_loop(); |