aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_interarrival_test.cc
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-10-21 07:50:49 -0700
committerGravatar vjpai <vpai@google.com>2015-10-21 07:50:49 -0700
commit52bfb2564f5507b62d2e18a78ebcb391f2613eb9 (patch)
treedb62d9c3551523e3562c6f538e853469f0876178 /test/cpp/qps/qps_interarrival_test.cc
parent4c70baa1a16c15ec37200e096b8e7a60fbc254ee (diff)
Split qpstest.proto into two parts - one for performance stats and
one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
Diffstat (limited to 'test/cpp/qps/qps_interarrival_test.cc')
-rw-r--r--test/cpp/qps/qps_interarrival_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_interarrival_test.cc b/test/cpp/qps/qps_interarrival_test.cc
index a7979e6187..ccda28f09a 100644
--- a/test/cpp/qps/qps_interarrival_test.cc
+++ b/test/cpp/qps/qps_interarrival_test.cc
@@ -42,7 +42,7 @@
using grpc::testing::RandomDist;
using grpc::testing::InterarrivalTimer;
-void RunTest(RandomDist &&r, int threads, std::string title) {
+static void RunTest(RandomDist &&r, int threads, std::string title) {
InterarrivalTimer timer;
timer.init(r, threads);
gpr_histogram *h(gpr_histogram_create(0.01, 60e9));