Skip to content

Commit

Permalink
Merge rand_distr/benches into benches
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Apr 27, 2024
1 parent 24b84a0 commit e55b1f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
7 changes: 7 additions & 0 deletions benches/Cargo.toml
Expand Up @@ -10,7 +10,14 @@ publish = false
rand = { path = "..", features = ["small_rng", "nightly"] }
rand_pcg = { path = "../rand_pcg" }
rand_chacha = { path = "../rand_chacha" }
rand_distr = { path = "../rand_distr" }
criterion = "0.5"
criterion-cycles-per-byte = "0.6"

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

[[bench]]
name = "uniform"
Expand Down
File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions rand_distr/benches/Cargo.toml

This file was deleted.

0 comments on commit e55b1f6

Please sign in to comment.