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 89d2af2 commit 312eeaeCopy full SHA for 312eeae
bench/run.cpp
@@ -34,6 +34,6 @@ void BM_uniform(benchmark::State& state) {
34
}
35
36
BENCHMARK(BM_45K_geojson_nodes)->Unit(benchmark::kMillisecond);
37
-BENCHMARK(BM_uniform)->Arg(2000)->Arg(100000)->Arg(200000)->Arg(500000)->Arg(1000000)->Arg(100000000)->Unit(benchmark::kMillisecond);
+BENCHMARK(BM_uniform)->Arg(2000)->Arg(100000)->Arg(200000)->Arg(500000)->Arg(1000000)->Unit(benchmark::kMillisecond);
38
39
BENCHMARK_MAIN()
0 commit comments