Currently our project has over 3000 unit tests, and "ant testAll" takes well over 20 minutes.
besides getting better hardware, are there ways to speed things up?
Given that I don't know at deployment time what kinds of system my code will be running on, how do I write a Performance benchmark that uses the potential of a ...