From: Dave Rolsky Date: Mon, 25 Apr 2011 00:47:58 +0000 (-0500) Subject: Bump iteration counts back up X-Git-Tag: 2.0100~186 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b62372550f28279a59edb6a8d0a4ab5b7ec014b;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],