Skip to content

Commit 312eeae

Browse files
committed
remove corruptes benchmark
1 parent 89d2af2 commit 312eeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ void BM_uniform(benchmark::State& state) {
3434
}
3535

3636
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);
37+
BENCHMARK(BM_uniform)->Arg(2000)->Arg(100000)->Arg(200000)->Arg(500000)->Arg(1000000)->Unit(benchmark::kMillisecond);
3838

3939
BENCHMARK_MAIN()

0 commit comments

Comments
 (0)