On Wed, Jul 27, 2011 at 8:36 AM, Christopher Stanton
<christopher.stan...@codaxus.com> wrote:
> Which benchmark module would work best with mod_perl, Perl 5.8 and Perl 5.12?

For web apps, I usually write my own test with LWP (or HTTP::Async if
you want to simulate a lot of users).  To see where things are slow,
use Devel::NYTProf.

- Perrin

Reply via email to