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