diff --git a/Performance.php b/Performance.php index 312b726..30b2fa6 100644 --- a/Performance.php +++ b/Performance.php @@ -38,9 +38,6 @@ foreach($frameworks as $framework) { $start = microtime(true); foreach ($testProviderArray as $idx => $testCaseFile) { - // if ($idx < 20) { - // continue; - // } if (filesize($testCaseFile) > 10000) { continue; } @@ -48,8 +45,6 @@ foreach($frameworks as $framework) { echo "$idx\n"; } -// echo "$idx=>$testCaseFile\n"; - $fileContents = file_get_contents($testCaseFile); $docBlockFactory = DocBlockFactory::createInstance();