mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-19 19:13:31 -04:00
Move upstream benchmark to examples directory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user