From: Dave Rolsky Date: Mon, 25 Apr 2011 02:58:36 +0000 (-0500) Subject: 200000 iterations of the 12-attr class is way too many X-Git-Tag: 2.0002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=48fc885899565c9f9d6fc05d16a75b4d06bd3588;p=gitmo%2FMoose.git 200000 iterations of the 12-attr class is way too many --- diff --git a/benchmarks/type_constraints2.pl b/benchmarks/type_constraints2.pl index c89f336..6e3e713 100644 --- a/benchmarks/type_constraints2.pl +++ b/benchmarks/type_constraints2.pl @@ -118,7 +118,7 @@ timethese( ); timethese( - 200_000, { + 20_000, { constructor_all => sub { Thing->new( int => $ints[0],