Add comment to address reviewer comment

pull/16298/head
Vijay Pai 7 years ago
parent a0e92e7727
commit a4326eb7b8
  1. 2
      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()) {

Loading…
Cancel
Save