projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
152789f
)
change directory structure
Tokuhiro Matsuno [Sat, 6 Dec 2008 12:14:33 +0000 (12:14 +0000)]
author/benchmarks/basic.pl
[moved from
author/benchmark.pl
with 82% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/author/benchmark.pl
b/author/benchmarks/basic.pl
similarity index 82%
rename from
author/benchmark.pl
rename to
author/benchmarks/basic.pl
index
a931e8e
..
bdc3de7
100644
(file)
--- a/
author/benchmark.pl
+++ b/
author/benchmarks/basic.pl
@@
-37,12
+37,3
@@
cmpthese(
qw/Moose Mouse/
}
);
-
-print "---- new,get\n";
-cmpthese(
- 100000 => {
- map { my $y = $_; $_ => sub { $y->new(n => 3)->n() } }
- map { "${_}One" }
- qw/Moose Mouse/
- }
-);