Move Criterion benches to benches/src
This commit is contained in:
parent
3c0661b804
commit
24b84a09a1
@ -14,20 +14,20 @@ criterion = "0.5"
|
||||
|
||||
[[bench]]
|
||||
name = "uniform"
|
||||
path = "benches/uniform.rs"
|
||||
path = "src/uniform.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "seq_choose"
|
||||
path = "benches/seq_choose.rs"
|
||||
path = "src/seq_choose.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "shuffle"
|
||||
path = "benches/shuffle.rs"
|
||||
path = "src/shuffle.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "uniform_float"
|
||||
path = "benches/uniform_float.rs"
|
||||
path = "src/uniform_float.rs"
|
||||
harness = false
|
||||
|
@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("Please use `cargo bench` to run the benchmarks instead.");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user