I'm trying to speed up tests and so far have done things like remove unnecessary database writes (using new instead of create and not using factorygirl, less feature tests, combining tests) and when I run the files individually I get a reduction in time.
However, when I run the entire test suite I end up getting roughly the same times, and sometimes I end up even getting a slower run time on my improved tests.
Any way to accurately measure this?