Disabled 1mln bench

This commit is contained in:
Olek 2016-12-27 02:52:48 +01:00
parent 9a4428037d
commit 5e00412ffe

View File

@ -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);