mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 12:48:32 +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";
|
echo round($taken, 6)."s\n";
|
||||||
|
|
||||||
|
|
||||||
$expect = 0.5;
|
$expect = 0.1;
|
||||||
echo "[*] microtime() operations [$expect]... ";
|
echo "[*] microtime() operations [$expect]... ";
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
for($i = $iterations; $i > 0; --$i){
|
for($i = $iterations; $i > 0; --$i){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user