Lowered microtime()

This commit is contained in:
Shoghi Cervantes 2014-04-09 03:17:47 +02:00
parent ab84be7f6a
commit 8da3aced07

View File

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