aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-11-20 13:36:37 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-11-21 10:13:10 -0800
commitd9dbb76969632489f0304128474e0706aaed340f (patch)
treed4e3f86215f303893970a835d5649977a46fa9c9 /test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
parent637e4ea9fbcc41508a26afc5cf41ff4497a3217c (diff)
Allow specifying specific credential types to reach specific works in QPS benchmark driver
Diffstat (limited to 'test/cpp/qps/inproc_sync_unary_ping_pong_test.cc')
-rw-r--r--test/cpp/qps/inproc_sync_unary_ping_pong_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc b/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
index 56d1730252..6257e42ebf 100644
--- a/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
+++ b/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
@@ -48,7 +48,7 @@ static void RunSynchronousUnaryPingPong() {
const auto result =
RunScenario(client_config, 1, server_config, 1, WARMUP, BENCHMARK, -2, "",
- kInsecureCredentialsType, true, 0);
+ kInsecureCredentialsType, {}, true, 0);
GetReporter()->ReportQPS(*result);
GetReporter()->ReportLatency(*result);