NetManiac

Witold Rugowski on web20 wave with Ruby on Rails

Test benchmark – useful gem for Rails tests

Posted on April 15, 2009 - Filed Under Other, RubyOnRails, tips

Doing TDD You need to know which tests are making whole suite slower. If time used by rake test becomes too long, You may be tempted to skip running tests… Waiting for them to complete becomes suddenly burden on Your way to next task.

Waiting... Waiting...

Waiting... Waiting... (c) Tony the Misfit

So, when You need to optimize Your test suite, test_benchmark is a way to go. Just install Rails plugin and after rake test You will get 10 slowest tests and timing of all test in test.log. Now You know where to look for a good place to start and not to wait too long…

Popularity: 15% [?]

Hits for this post: 8868

Similar Posts

Comments

Leave a Reply