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]

similarity index 82%
rename from author/benchmark.pl
rename to author/benchmarks/basic.pl
index a931e8e..bdc3de7 100644 (file)
@@ -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/
-    }
-);