We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fa3fe commit 651da4aCopy full SHA for 651da4a
core/benchmarks/histogram_bench.cc
@@ -48,7 +48,7 @@ static void BM_Histogram_Observe(benchmark::State& state) {
48
state.SetIterationTime(elapsed_seconds.count());
49
}
50
51
-BENCHMARK(BM_Histogram_Observe)->Range(0, 4096);
+BENCHMARK(BM_Histogram_Observe)->Range(0, 4096)->UseManualTime();
52
53
static void BM_Histogram_Collect(benchmark::State& state) {
54
using prometheus::BuildHistogram;
0 commit comments