projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
657cb52
)
Bump iteration counts back up
Dave Rolsky [Mon, 25 Apr 2011 00:47:58 +0000 (19:47 -0500)]
benchmarks/type_constraints2.pl
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/type_constraints2.pl
b/benchmarks/type_constraints2.pl
index
c041d26
..
c89f336
100644
(file)
--- 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] );
},
@@
-118,7
+118,7
@@
timethese(
);
timethese(
- 20_000, {
+ 200_000, {
constructor_all => sub {
Thing->new(
int => $ints[0],