Skip to content

Commit

Permalink
Move benchmarks back to benches dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Sep 6, 2024
1 parent c64c3f3 commit 2b770e0
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,50 +16,40 @@ criterion-cycles-per-byte = "0.6"

[[bench]]
name = "array"
path = "src/array.rs"
harness = false

[[bench]]
name = "bool"
path = "src/bool.rs"
harness = false

[[bench]]
name = "distr"
path = "src/distr.rs"
harness = false

[[bench]]
name = "generators"
path = "src/generators.rs"
harness = false

[[bench]]
name = "seq_choose"
path = "src/seq_choose.rs"
harness = false

[[bench]]
name = "shuffle"
path = "src/shuffle.rs"
harness = false

[[bench]]
name = "standard"
path = "src/standard.rs"
harness = false

[[bench]]
name = "uniform"
path = "src/uniform.rs"
harness = false

[[bench]]
name = "uniform_float"
path = "src/uniform_float.rs"
harness = false

[[bench]]
name = "weighted"
path = "src/weighted.rs"
harness = false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2b770e0

Please sign in to comment.