Skip to content
Snippets Groups Projects
Commit f7c673a8 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

minor change

parent 2c3e7e80
No related branches found
No related tags found
No related merge requests found
...@@ -132,11 +132,7 @@ static void BM_Cq_Throughput(benchmark::State& state) { ...@@ -132,11 +132,7 @@ static void BM_Cq_Throughput(benchmark::State& state) {
track_counters.Finish(state); track_counters.Finish(state);
} }
BENCHMARK(BM_Cq_Throughput)->Threads(1)->UseRealTime(); BENCHMARK(BM_Cq_Throughput)->ThreadRange(1, 16)->UseRealTime();
BENCHMARK(BM_Cq_Throughput)->Threads(2)->UseRealTime();
BENCHMARK(BM_Cq_Throughput)->Threads(4)->UseRealTime();
BENCHMARK(BM_Cq_Throughput)->Threads(8)->UseRealTime();
BENCHMARK(BM_Cq_Throughput)->Threads(16)->UseRealTime();
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment