aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_interop_client.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2015-11-03 15:55:43 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2015-11-03 15:55:43 -0800
commit4d0f2f9dab16162d41970e80c48d851f34b831bb (patch)
tree53b605b7f609eb641b30993995142134e93750b5 /test/cpp/interop/stress_interop_client.h
parentb5e98c5c69fe6ce9c069a7192385cd530c35f7a8 (diff)
Fix typo in my previous commit. %s/guage/gauge/g
Diffstat (limited to 'test/cpp/interop/stress_interop_client.h')
-rw-r--r--test/cpp/interop/stress_interop_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/interop/stress_interop_client.h b/test/cpp/interop/stress_interop_client.h
index 8a769bb02f..567c1b0a6d 100644
--- a/test/cpp/interop/stress_interop_client.h
+++ b/test/cpp/interop/stress_interop_client.h
@@ -91,8 +91,8 @@ class StressTestInteropClient {
long metrics_collection_interval_secs);
// The main funciton. Use this as the thread entry point.
- // rps_guage is the Guage to record the request per second metric
- void MainLoop(std::shared_ptr<Guage> rps_guage);
+ // qps_gauge is the Gauge to record the requests per second metric
+ void MainLoop(std::shared_ptr<Gauge> qps_gauge);
private:
void RunTest(TestCaseType test_case);