Releases: evanphx/benchmark-ips
Releases · evanphx/benchmark-ips
2.14 "Akagi"
What's Changed
- Improve report to show duration/i (e.g:
12.34 ns/i
). by @huacnlee in #132 - Fix typos by @kianmeng in #139
- Improve code template in README.md by @amomchilov in #140
- Provide Benchmark.quick_compare to quickly compare methods on an object by @evanphx in #134
New Contributors
- @huacnlee made their first contribution in #132
- @kianmeng made their first contribution in #139
- @amomchilov made their first contribution in #140
Full Changelog: v2.13.0...v2.14.0
2.11.0
What's Changed
- Return nil instead of 0 for relative error in SD by @jtbg in #124
- Feat: Support JSON output to STDOUT by @okuramasafumi in #125
New Contributors
- @jtbg made their first contribution in #124
- @okuramasafumi made their first contribution in #125
2.10.0
- Feature
- Adds :order option to compare, with new
:baseline
order which compares all
variations against the first option benchmarked.
- Adds :order option to compare, with new
2.9.3
- Ensure to always run at least 1 iteration for both warmup and for measurement by @eregon in #121
- Remove Hoe, 2.9.3 by @nateberkopec in #122
2.9.2
Fixed an issue re: quiet mode