
26 Feb
2024
26 Feb
'24
7:15 p.m.
minitest-gcstats version 1.3.1 has been released! * home: <https://github.com/seattlerb/minitest-gcstats> * rdoc: <http://docs.seattlerb.org/minitest-gcstats> A minitest plugin that adds a report of the top tests by number of objects allocated. Changes: ### 1.3.1 / 2024-02-26 * 1 minor enhancement: * Remove a bunch of ancient versioned code now that <2.3 is way behind us. * 1 bug fix: * Fix Result.from to include gc_stats. (fatkodima)