We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa1d93 commit bbb3321Copy full SHA for bbb3321
src/liballoc/Cargo.toml
@@ -25,6 +25,7 @@ path = "../liballoc/tests/lib.rs"
25
[[bench]]
26
name = "collectionsbenches"
27
path = "../liballoc/benches/lib.rs"
28
+test = true
29
30
31
name = "vec_deque_append_bench"
src/libcore/Cargo.toml
@@ -19,6 +19,7 @@ path = "../libcore/tests/lib.rs"
19
20
name = "corebenches"
21
path = "../libcore/benches/lib.rs"
22
23
24
[dev-dependencies]
rand = "0.7"
src/libstd/Cargo.toml
@@ -74,3 +74,8 @@ std_detect_dlsym_getauxval = []
74
threads = 125
75
# Maximum heap size
76
heap_size = 0x8000000
77
+
78
+[[bench]]
79
+name = "stdbenches"
80
+path = "benches/lib.rs"
81
0 commit comments