
5 Dec
2022
5 Dec
'22
8:27 p.m.
minitest-stackprofit version 1.0.1 has been released! * home: <https://github.com/seattlerb/minitest-stackprofit> * rdoc: <http://docs.seattlerb.org/minitest-stackprofit> A minitest plugin that runs your tests and outputs a stackprof profile. This lets you quickly and easily determine the bottlenecks in your code under test! * Make it right. (test first) * Make it work. (get to green) * Make it fast. (optimize) Changes: ### 1.0.1 / 2022-12-05 * 1 bug fix: * Fixed plugin method names. (lcreid)