Move upstream benchmark to examples directory

This commit is contained in:
David Tolnay
2019-01-22 08:42:07 -08:00
parent 1dd9220d5c
commit e71bda6a28
2 changed files with 2 additions and 4 deletions
-4
View File
@@ -16,10 +16,6 @@ build = "build.rs"
# one case, and only f64) at the cost of some performance.
small = []
[[example]]
name = "benchmark"
path = "benchmark/benchmark.rs"
[dependencies]
no-panic = { version = "0.1", optional = true }
@@ -1,3 +1,5 @@
// cargo run --release --example upstream_benchmark
extern crate rand;
extern crate ryu;