From: Tokuhiro Matsuno Date: Sat, 6 Dec 2008 12:14:33 +0000 (+0000) Subject: change directory structure X-Git-Tag: 0.19~136^2~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=cbf062fa0f20e0b123853e68838693e74ae8f35e change directory structure --- 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 --- 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/ - } -);