200000 iterations of the 12-attr class is way too many
Dave Rolsky [Mon, 25 Apr 2011 02:58:36 +0000 (21:58 -0500)]
benchmarks/type_constraints2.pl

index c89f336..6e3e713 100644 (file)
@@ -118,7 +118,7 @@ timethese(
 );
 
 timethese(
-    200_000, {
+    20_000, {
         constructor_all => sub {
             Thing->new(
                 int      => $ints[0],