remove corruptes benchmark
diff --git a/bench/run.cpp b/bench/run.cpp
index c366b2a..d48f041 100644
--- a/bench/run.cpp
+++ b/bench/run.cpp
@@ -34,6 +34,6 @@
 }
 
 BENCHMARK(BM_45K_geojson_nodes)->Unit(benchmark::kMillisecond);
-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);
 
 BENCHMARK_MAIN()