chore: log progress in parsing benchmark
parent
0a48df9455
commit
2a2fa1ca8d
|
@ -45,8 +45,8 @@ foreach($frameworks as $framework) {
|
||||||
if (filesize($testCaseFile) > 10000) {
|
if (filesize($testCaseFile) > 10000) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ($idx % 1000 === 0) {
|
if ($idx % 500 === 0) {
|
||||||
echo "$idx\n";
|
echo $idx . '/' . count($testProviderArray) . PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
$fileContents = file_get_contents($testCaseFile);
|
$fileContents = file_get_contents($testCaseFile);
|
||||||
|
|
Loading…
Reference in New Issue