aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-08-13 23:01:23 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-08-13 23:01:23 -0700
commita4326eb7b829cb479d14d1c4029c8522ab7f572b (patch)
treeb4f867cdfec831192b624e625e6e6263180daf4a /test/cpp/microbenchmarks
parenta0e92e7727ded204e3ada8f5cfa455805098852f (diff)
Add comment to address reviewer comment
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/bm_cq_multiple_threads.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc b/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
index 06922afda3..85767c8758 100644
--- a/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
+++ b/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
@@ -166,6 +166,8 @@ static void BM_Cq_Throughput(benchmark::State& state) {
}
gpr_mu_unlock(&g_mu);
+ // Use a TrackCounters object to monitor the gRPC performance statistics
+ // (optionally including low-level counters) before and after the test
TrackCounters track_counters;
while (state.KeepRunning()) {