X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fbegin.t;h=ab6564341a7841e28247a7a044b3e766f75c1231;hp=94f28fd19b2778ea3841a77e1fa14bfa62976dff;hb=587b0f5882d4f5e128ae082758da37b065a3efde;hpb=232fd39402371d9550ad97d92a4ceafd283874b0 diff --git a/t/live/component/controller/action/begin.t b/t/live/component/controller/action/begin.t index 94f28fd..ab65643 100644 --- a/t/live/component/controller/action/begin.t +++ b/t/live/component/controller/action/begin.t @@ -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 ) { @@ -30,6 +30,7 @@ sub run_tests { TestApp::Controller::Action::Begin->begin TestApp::Controller::Action::Begin->default TestApp::View::Dump::Request->process + TestApp->end ]; my $expected = join( ", ", @expected );