We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6afff commit a7cde76Copy full SHA for a7cde76
Cargo.toml
@@ -23,3 +23,7 @@ debug = false
23
[[bench]]
24
name = "compare_rbtree"
25
harness = false
26
+
27
+[features]
28
+default = []
29
+expanded = []
benches/compare_rbtree.rs
@@ -111,10 +111,10 @@ criterion_group!(
111
name = benches;
112
config = Criterion::default();
113
targets =
114
- //bench_insert_custom,
115
- //bench_insert_lib,
116
- //bench_remove_custom,
117
- //bench_remove_lib,
+ bench_insert_custom,
+ bench_insert_lib,
+ bench_remove_custom,
+ bench_remove_lib,
118
bench_search_custom,
119
bench_search_lib,
120
);
0 commit comments