mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Lowered microtime()
This commit is contained in:
parent
ab84be7f6a
commit
8da3aced07
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user