aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/qps_test.cc')
-rw-r--r--test/cpp/qps/qps_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_test.cc b/test/cpp/qps/qps_test.cc
index 03c9c2c423..63a37ae07e 100644
--- a/test/cpp/qps/qps_test.cc
+++ b/test/cpp/qps/qps_test.cc
@@ -67,8 +67,8 @@ static void RunQPS() {
const auto result =
RunScenario(client_config, 1, server_config, 1, WARMUP, BENCHMARK, -2);
- GetReporter()->ReportQPSPerCore(result, server_config);
- GetReporter()->ReportLatency(result);
+ GetReporter()->ReportQPSPerCore(*result, server_config);
+ GetReporter()->ReportLatency(*result);
}
} // namespace testing