All Versions
23
Latest Version
Avg Release Cycle
164 days
Latest Release
936 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.10.0 Changes
February 17, 2022- ๐ 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
- ๐ Feature
-
v2.9.3 Changes
January 25, 2022- ๐ Bug fix
- All warmups and benchmarks must run at least once
- ๐ Bug fix
-
v2.9.2 Changes
October 10, 2021- ๐ Bug fix
- Fix a problem with certain configs of quiet mode
- ๐ Bug fix
-
v2.9.1 Changes
May 24, 2021- ๐ Bug fix
- Include all files in gem
- ๐ Bug fix
-
v2.9.0 Changes
May 21, 2021- ๐ Features
- Suite can now be set via an accessor
- Default SHARE_URL is now
ips.fastruby.io
, operated by Ombu Labs.
- ๐ Features
-
v2.8.4 Changes
December 03, 2020- ๐ Bug fix
- Fixed hold! when results file does not exist.
- ๐ Bug fix
-
v2.8.3 Changes
August 28, 2020- ๐ Bug fix
- Fixed inaccuracy caused by integer overflows.
- ๐ Bug fix
-
v2.8.2 Changes
May 04, 2020- ๐ Bug fix
- Fixed problems with Manifest.txt.
- Empty interim results files are ignored.
- ๐ Bug fix
-
v2.8.0 Changes
May 01, 2020๐ Feature
- Allow running with empty ips block.
- Added save! method for saving interim results.
- Run more than just 1 cycle during warmup to reduce overhead.
- Optimized Job::Entry hot-path for fairer results on JRuby/TruffleRuby.
๐ Bug fix
- Removed the warmup section if set to 0.
- Added some RDoc docs.
- Added some examples in examples/
-
v2.7.2 Changes
August 18, 2016- 1 bug fix:
- Restore old accessors. Fixes #76
- 1 bug fix: