minitest_bench
Comparative views of test framework speeds
minitest_bench sets up an apples to apples comparison of the following test frameworks:
- ZenTest
- minitest
- rspec
- test-unit
- bacon
- shoulda
- cucumber
and benchmarks from 10^0 to 10^5 tests for both passing and failing test cases.
Get The Code
If you just want to use minitest_bench, you can install it via RubyGems:gem install minitest_bench
If you want to hack on minitest_bench, clone it from GitHub:
git clone git://github.com/seattlerb/minitest_bench