Changeset 13364
- Timestamp:
- 06/07/08 10:15:33 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/lazy_request/tools/benchmark.pl
r13342 r13364 1 1 use strict; 2 2 use warnings; 3 use Benchmark qw/ timethese timeit timestr/;3 use Benchmark qw/countit timethese timeit timestr/; 4 4 use HTTP::Engine; 5 5 use IO::Scalar; … … 23 23 24 24 tie *STDOUT, 'IO::Scalar', \my $out; 25 my $t = timeit 10_000=> sub {25 my $t = countit 2 => sub { 26 26 $engine->run; 27 27 };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)