in reply to Benchmarks of mod_perl

Benchmarks are hard to do normally, especially when dealing with web requests. Not only does program speed matter, but memory, memory usage, disk I/O, and network throughput.

That said, the mod_perl guide has a good chapter on Performance Tuning that's given me a few tricks.