Skip to content

Commit 42e6634

Browse files
committed
rustbuild: Point to core and collections's external benchmarks.
1 parent b1566ba commit 42e6634

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/libcollections/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ rustc_unicode = { path = "../librustc_unicode" }
1515
[[test]]
1616
name = "collectionstest"
1717
path = "../libcollectionstest/lib.rs"
18+
19+
[[bench]]
20+
name = "collectionstest"
21+
path = "../libcollectionstest/lib.rs"

src/libcore/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ version = "0.0.0"
77
name = "core"
88
path = "lib.rs"
99
test = false
10+
bench = false
1011

1112
[[test]]
1213
name = "coretest"
1314
path = "../libcoretest/lib.rs"
15+
16+
[[bench]]
17+
name = "coretest"
18+
path = "../libcoretest/lib.rs"

0 commit comments

Comments
 (0)