Changeset 23197

Show
Ignore:
Timestamp:
11/11/08 11:53:23 (5 years ago)
Author:
tokuhirom
Message:

increment the count =) lestrrat++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Headers-Fast/trunk/tools/benchmark.pl

    r23194 r23197  
    1919 
    2020        cmpthese( 
    21             10000 => { 
     21            100000 => { 
    2222                orig => sub { $h->push_header('X-Foo' => 1) }, 
    2323                fast => sub { $f->push_header('X-Foo' => 1) },