All Versions
29
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.2 Changes
- ๐ Support rails 7 for bundle exec derailed exec mem (https://github.com/zombocom/derailed_benchmarks/pull/212)
- โก๏ธ Update the gemspec's homepage to the current repo URL (https://github.com/zombocom/derailed_benchmarks/pull/212)
-
v2.1.1 Changes
- Fix Thor's deprecation warning by implementing
exit_on_failure?
(https://github.com/schneems/derailed_benchmarks/pull/195)
- Fix Thor's deprecation warning by implementing
-
v2.1.0 Changes
- Add
perf:heap_diff
tool (https://github.com/schneems/derailed_benchmarks/pull/193)
- Add
-
v2.0.1 Changes
- โ
rack-test
dependency added (https://github.com/schneems/derailed_benchmarks/pull/187)
- โ
-
v2.0.0 Changes
- Syntax errors easier to debug with
dead_end
gem (https://github.com/schneems/derailed_benchmarks/pull/182) - ๐ Minimum ruby version is now 2.5 (https://github.com/schneems/derailed_benchmarks/pull/183)
- ๐จ Histograms are now printed side-by-side (https://github.com/schneems/derailed_benchmarks/pull/179)
- Syntax errors easier to debug with
-
v1.8.1 Changes
- Derailed now tracks memory use from
load
in addition torequire
(https://github.com/schneems/derailed_benchmarks/pull/178) - ๐ฒ Correct logging of unsuccessful curl requests to file (https://github.com/schneems/derailed_benchmarks/pull/172)
- Derailed now tracks memory use from
-
v1.8.0 Changes
- โ Ruby 2.2 is now officialy supported and tested (https://github.com/schneems/derailed_benchmarks/pull/177)
-
v1.7.0 Changes
- โ Add histogram support to
perf:library
(https://github.com/schneems/derailed_benchmarks/pull/169) - ๐ Fix bug with
Kernel#require
patch when Zeitwerk is enabled (https://github.com/schneems/derailed_benchmarks/pull/170)
- โ Add histogram support to
-
v1.6.0 Changes
- โ Added the
perf:app
command to compare commits within the same application. (https://github.com/schneems/derailed_benchmarks/pull/157) - ๐ Allow Rails < 7 and 1.0 <= Thor < 2 (https://github.com/schneems/derailed_benchmarks/pull/168)
- โ Added the
-
v1.5.0 Changes
- โ
Test
perf:library
results against 99% confidence interval in addition to 95% (https://github.com/schneems/derailed_benchmarks/pull/165) - ๐ Change default,
perf:library
tests do not stop automatically any more (https://github.com/schneems/derailed_benchmarks/pull/164)
- โ
Test