about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-06-08 09:09:21 -0700
committerEric Huss <eric@huss.org>2020-06-18 09:11:15 -0700
commitabb5800dd5b05a1b0b3e1c840866389f05548ed5 (patch)
tree4525f76b17aaf67b0adb1b650b34e7212bff1acd /src/liballoc
parente55d3f9c5213fe1a25366450127bdff67ad1eca2 (diff)
Ensure std benchmarks get tested.
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/Cargo.toml b/src/liballoc/Cargo.toml
index d1119f7b7c0..914195f015b 100644
--- a/src/liballoc/Cargo.toml
+++ b/src/liballoc/Cargo.toml
@@ -25,6 +25,7 @@ path = "../liballoc/tests/lib.rs"
 [[bench]]
 name = "collectionsbenches"
 path = "../liballoc/benches/lib.rs"
+test = true
 
 [[bench]]
 name = "vec_deque_append_bench"