aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_test_openloop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/qps_test_openloop.cc')
-rw-r--r--test/cpp/qps/qps_test_openloop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_test_openloop.cc b/test/cpp/qps/qps_test_openloop.cc
index 52873b2987..96a9b4504c 100644
--- a/test/cpp/qps/qps_test_openloop.cc
+++ b/test/cpp/qps/qps_test_openloop.cc
@@ -60,7 +60,7 @@ static void RunQPS() {
client_config.set_rpc_type(UNARY);
client_config.set_load_type(POISSON);
client_config.mutable_load_params()->
- mutable_poisson()->set_offered_load(10000.0);
+ mutable_poisson()->set_offered_load(1000.0);
ServerConfig server_config;
server_config.set_server_type(ASYNC_SERVER);