Fix the slowdown factor

pull/5321/head
Vijay Pai 9 years ago
parent 3b28872210
commit 2d435b9178
  1. 2
      test/cpp/qps/qps_openloop_test.cc

@ -56,7 +56,7 @@ static void RunQPS() {
client_config.set_async_client_threads(8);
client_config.set_rpc_type(STREAMING);
client_config.mutable_load_params()->mutable_poisson()->set_offered_load(
1000.0/g_fixture_slowdown_factor);
1000.0 / GRPC_TEST_SLOWDOWN_FACTOR);
ServerConfig server_config;
server_config.set_server_type(ASYNC_SERVER);

Loading…
Cancel
Save