All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
- Dont use mod_modules anymore
- Reexport
std::hint::black_box()
instead of using criterion's custom implementation, now that that's stabilized.
- Proper feature gating on benchmark PR
- Update Embark lints
- Cap iterations at 5 billion
- Precompute, chunk, and batch setup values to reduce measurement error
- Update linting
max_iterations
overriding argument to set a hard maximum of iterations.
- Update for new lints and a reformat pass.
- Sample median, variance, and stddev displayed
- Now respects
num_resamples
in effect changing the default from100
to100_000
which it should have been
0.1.1 - 2022-08-19
- Fix results display showing max instead of min; thanks @lqd!
0.1.0 - 2022-06-10
- A tiny benchmarker
- A tiny timer