more detailed messages for tag and release commit
[gitmo/Moose.git] / benchmarks / type_constraints2.pl
index c041d26..6e3e713 100644 (file)
@@ -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] );
         },