projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8b62372
)
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
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/type_constraints2.pl
b/benchmarks/type_constraints2.pl
index
c89f336
..
6e3e713
100644
(file)
--- 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],