mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 14:05:35 +00:00
Lowered file operations
This commit is contained in:
parent
5e8ea04e52
commit
88fb84edc5
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user