Lowered file operations

This commit is contained in:
Shoghi Cervantes 2014-04-09 03:05:25 +02:00
parent 5e8ea04e52
commit 88fb84edc5

View File

@ -109,7 +109,7 @@ $score += 1000 * ($taken / $expect);
echo round($taken, 6)."s\n";
$expect = 5.5;
$expect = 2.5;
echo "[*] Measuring file operations [$expect]... ";
$start = microtime(true);
for($i = $iterations; $i > 0; --$i){