rust-random / book

The Rust Rand Book
Other
49 stars 19 forks source link

Update RNG performance stats #60

Open dhardy opened 5 months ago

dhardy commented 5 months ago

The rngs repository benchmarks have been updated to use Criterion and report cycles-per-byte (https://github.com/rust-random/rngs/pull/34); we likely use that, either duplicating the framework to the rand repository or by adding dev-dependencies in rngs to all the RNGs we want to benchmark.

We should wait until the next rand release, at least to get all RNGs on the same version of rand_core.