1
0
Fork 0

Remove Performance.php comments

pull/357/head
Rob Lourens 2017-06-02 15:43:15 -07:00
parent 077f0be6f0
commit 260969b3be
1 changed files with 0 additions and 5 deletions

View File

@ -38,9 +38,6 @@ foreach($frameworks as $framework) {
$start = microtime(true); $start = microtime(true);
foreach ($testProviderArray as $idx => $testCaseFile) { foreach ($testProviderArray as $idx => $testCaseFile) {
// if ($idx < 20) {
// continue;
// }
if (filesize($testCaseFile) > 10000) { if (filesize($testCaseFile) > 10000) {
continue; continue;
} }
@ -48,8 +45,6 @@ foreach($frameworks as $framework) {
echo "$idx\n"; echo "$idx\n";
} }
// echo "$idx=>$testCaseFile\n";
$fileContents = file_get_contents($testCaseFile); $fileContents = file_get_contents($testCaseFile);
$docBlockFactory = DocBlockFactory::createInstance(); $docBlockFactory = DocBlockFactory::createInstance();