Skip to content
Snippets Groups Projects
Commit fdd0c923 authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #2721 from ctiller/insolvent-trees

Tune down number of channels for qps_test
parents 2a21434c 94fad811
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ static void RunQPS() { ...@@ -53,8 +53,8 @@ static void RunQPS() {
ClientConfig client_config; ClientConfig client_config;
client_config.set_client_type(ASYNC_CLIENT); client_config.set_client_type(ASYNC_CLIENT);
client_config.set_enable_ssl(false); client_config.set_enable_ssl(false);
client_config.set_outstanding_rpcs_per_channel(10); client_config.set_outstanding_rpcs_per_channel(1000);
client_config.set_client_channels(800); client_config.set_client_channels(8);
client_config.set_payload_size(1); client_config.set_payload_size(1);
client_config.set_async_client_threads(8); client_config.set_async_client_threads(8);
client_config.set_rpc_type(UNARY); client_config.set_rpc_type(UNARY);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment