From 260969b3bee9c63d13940066efc9365847965311 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Fri, 2 Jun 2017 15:43:15 -0700 Subject: [PATCH] Remove Performance.php comments --- Performance.php | 5 ----- 1 file changed, 5 deletions(-) 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();