aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/cpp/qps/client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/client.cc b/test/cpp/qps/client.cc
index 666f25054a..11c39eb4f5 100644
--- a/test/cpp/qps/client.cc
+++ b/test/cpp/qps/client.cc
@@ -127,7 +127,7 @@ void RunTest(const int client_threads, const int client_channels,
}
std::vector<std::thread> threads; // Will add threads when ready to execute
- std::vector<::gpr_histogram *> thread_stats(client_threads);
+ std::vector< ::gpr_histogram *> thread_stats(client_threads);
TestService::Stub *stub_stats = channels[0].get_stub();
grpc::ClientContext context_stats_begin;