mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-28 04:24:37 +00:00
Implemented multistream; Implemented jitter test; Implemented Fetch API (default disabled); Added more settings; Improved code quality; Improved accuracy; Added browser-specific optimizations; Added minified version; Expanded documentation; Some bug fixes
This commit is contained in:
parent
e5612b4f10
commit
fce6a67be0
10 changed files with 343 additions and 121 deletions
|
|
@ -17,7 +17,7 @@ header("Pragma: no-cache");
|
|||
// Generate data
|
||||
$data=openssl_random_pseudo_bytes(1048576);
|
||||
// Deliver chunks of 1048576 bytes
|
||||
for($i=0;$i<100;$i++){
|
||||
for($i=0;$i<intval($_GET["ckSize"]);$i++){
|
||||
echo $data;
|
||||
flush();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue