It's not necessary to hardcode skipping of benchmark tests in them
Rafael Garcia-Suarez [Thu, 11 Jun 2009 14:19:40 +0000 (16:19 +0200)]
since that's handled by TEST and harness

t/benchmark/rt26188-speed-up-keys-on-empty-hash.t

index 43401ad..155aa3f 100644 (file)
@@ -2,7 +2,6 @@
 use strict;
 use Benchmark;
 require './test.pl';
-skip_all("Benchmark tests not enabled") unless $ENV{PERL_BENCHMARK};
 plan(tests => 6);
 
 =head1 NAME