Does anyone know the best lightweight Rails benchmarking tool?
I need to get performance statistics of the webserver and simulate authentication + page navigation per session. I've been trying to use httperf, but been encountering TamperingWithCookie exception in the application.
Ideally, I'd like to separate the application and database from the webserver benchmarking, but interested to see the results of the combination of these.