Skip to content

Commit

Permalink
copy and adapt code and benchmarks from rust-lang/rust#59186
Browse files Browse the repository at this point in the history
  • Loading branch information
ssomers committed Mar 21, 2019
1 parent edc70bb commit a1f7f3b
Show file tree
Hide file tree
Showing 5 changed files with 564 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[package]
name = "rust_bench_btreeset_intersection"
version = "0.1.0"
authors = ["Stein Somers <git@steinsomers.be>"]
autotests = false
autobenches = false
edition = "2018"

[dev-dependencies]
proptest = "0.9"
rand = "0.6"
rand_xorshift = "0.1"

[[test]]
name = "collectionstests"
path = "src/tests/set.rs"

[[bench]]
name = "collectionsbenches"
path = "src/benches/set.rs"

Loading

0 comments on commit a1f7f3b

Please sign in to comment.