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.0100~185 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10778d8ccabca7807dc6a124b027ad49e1ddf3e3;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],