Releases: ordo-one/package-benchmark
Releases · ordo-one/package-benchmark
0.4.0
Source break where warmup as a bool now becomes warmupIterations as an Int.
More importantly, we now get the ability to set default settings for a whole benchmark suite easily, see below...
What's Changed
- chore: Remove unused Lock, remove metrics from benchmark list output by @hassila in #22
- feat: Improve threshold output by @hassila in #23
- feat: Support default thresholds for benchmark suite and rename defaultBenchmarkTimeUnits to defaultTimeUnits by @hassila in #25
- feat: Adding ability to set defaults for all benchmark settings for a suite and move warmup->warmupIterations by @hassila in #28
Full Changelog: 0.3.4...0.4.0
0.3.4
What's Changed
- chore: Add unit tests for Statistics and CI Codecov workflow/badge by @hassila in #13
- chore: Add tests for benchmark results by @hassila in #14
- chore: Add tests for operating system provider, malloc stats provider and benchmarks. by @hassila in #16
- chore: Add tests for BenchmarkRunner by @hassila in #17
- feat: Add support for default time units for benchmark suite (and fix handling of duplicate benchmark registrations) by @hassila in #20
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- fix: Better support automatic scaling for initial zero samples by @hassila in #7
- feat: Add convenience range computed property for nicer inner loop iterators by @hassila in #8
- fix: Calculate all percentiles for throughput by @hassila in #11
- fix: Make benchmark plugin discover tests in Benchmarks directory regardless of target name by @hassila in #12
New Contributors
Full Changelog: 0.3.2...0.3.3
Initial release
0.3.2 Initial commit