From f1eb5a1ce1f09323df83d0204d0ce5a2cce0a31e Mon Sep 17 00:00:00 2001 From: MarcusGrass Date: Tue, 10 Sep 2024 09:18:48 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06049ee..4b15a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate ### Added +### Changed + +### Fixed + +## [0.4.0] - 2024-09-10 +### Added + ### Changed - Dont use mod_modules anymore - Reexport `std::hint::black_box()` instead of using criterion's custom @@ -19,6 +26,8 @@ implementation, now that that's stabilized. ### Fixed - Proper feature gating on benchmark [PR](https://github.com/EmbarkStudios/tiny-bench/pull/8) - Update Embark lints +- Cap iterations at 5 billion +- Precompute, chunk, and batch setup values to reduce measurement error ## [0.3.0] - 2023-06-12