Does anyone know the best lightweight Rails benchmarking tool?
I need to get web server performance statistics and simulate authentication + page navigation per session. I tried to use httperf, but met a TamperingWithCookie exception in the application.
Ideally, I would like to separate the application and the database from the benchmarking of the web server, but it is interesting to see the results of their combination.
source
share