mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-22 09:26:25 +04:00
Disabled 1mln bench
This commit is contained in:
parent
9a4428037d
commit
5e00412ffe
@ -87,5 +87,5 @@ fn bench_creating_1000_000_node_tree(b: &mut Bencher) {
|
||||
});
|
||||
}
|
||||
|
||||
benchmark_group!(benches, bench_creating_1000_node_tree,bench_single_loop_times_for_1000_node_tree, bench_creating_1000_000_node_tree);
|
||||
benchmark_group!(benches, bench_creating_1000_node_tree,bench_single_loop_times_for_1000_node_tree);
|
||||
benchmark_main!(benches);
|
Loading…
Reference in New Issue
Block a user