From: Dave Rolsky Date: Mon, 25 Apr 2011 00:47:58 +0000 (-0500) Subject: Bump iteration counts back up X-Git-Tag: 2.0002~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=853e62a7ea0f67362d5a744cb9a15fec011727ff;p=gitmo%2FMoose.git Bump iteration counts back up --- diff --git a/benchmarks/type_constraints2.pl b/benchmarks/type_constraints2.pl index c041d26..c89f336 100644 --- a/benchmarks/type_constraints2.pl +++ b/benchmarks/type_constraints2.pl @@ -107,7 +107,7 @@ my $thing = Thing->new; my $simple = Simple->new; timethese( - 500_000, { + 1_000_000, { constructor_simple => sub { Simple->new( str => $strs[0] ); }, @@ -118,7 +118,7 @@ timethese( ); timethese( - 20_000, { + 200_000, { constructor_all => sub { Thing->new( int => $ints[0],