- Fixed CAT_BENCH_ITERS :)
[catagits/Catalyst-Runtime.git] / t / live / component / controller / action / begin.t
index 94f28fd..66f764c 100644 (file)
@@ -15,7 +15,7 @@ use Catalyst::Test 'TestApp';
 
 if ( $ENV{CAT_BENCHMARK} ) {
     require Benchmark;
-    Benchmark::timethis( -$iters, \&run_tests );
+    Benchmark::timethis( $iters, \&run_tests );
 }
 else {
     for ( 1 .. $iters ) {