commit | 312eeae5a5e15a06399c3128c460bb7068c87649 | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Sun Sep 30 07:38:06 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Sun Sep 30 07:38:06 2018 +0200 |
tree | c00009a73ed26bf2aff591a55b65aa26b63d92d2 | |
parent | 89d2af22bd66269f80b4f2aa77ddb4c9afca28b4 [diff] |
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()