use strict; use warnings; use Benchmark; use LWP::Simple; my $t = timeit(1, sub { get "http://www.perlmonks.org"; }); print timestr($t),"\n";
In reply to Re: BenchMarking mod_perl application
by holli
in thread BenchMarking mod_perl application
by perl_lover
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |