X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=benchmarks%2Ftype_constraints2.pl;h=6e3e7134258c21a48c8f243d9b467107294c74db;hb=topic%2Frole_application_conflict_failure;hp=c041d2620950a462d2d7e75b84af9222d8c68a2b;hpb=d6a56f38081530688e1c5bdf352e384d220202f6;p=gitmo%2FMoose.git diff --git a/benchmarks/type_constraints2.pl b/benchmarks/type_constraints2.pl index c041d26..6e3e713 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] ); },