mirror of
https://github.com/librespeed/speedtest.git
synced 2026-06-28 04:42:06 +00:00
Increased time bonus
This commit is contained in:
parent
856b6c4488
commit
e444353161
2 changed files with 3 additions and 3 deletions
|
|
@ -277,7 +277,7 @@ function dlTest (done) {
|
|||
var speed = totLoaded / (t / 1000.0)
|
||||
if(settings.time_auto){
|
||||
//decide how much to shorten the test. Every 200ms, the test is shortened by the bonusT calculated here
|
||||
var bonus=8*speed/1000000
|
||||
var bonus=8*speed/100000
|
||||
bonusT+=bonus>800?800:bonus
|
||||
}
|
||||
//update status
|
||||
|
|
@ -405,7 +405,7 @@ function ulTest (done) {
|
|||
var speed = totLoaded / (t / 1000.0)
|
||||
if(settings.time_auto){
|
||||
//decide how much to shorten the test. Every 200ms, the test is shortened by the bonusT calculated here
|
||||
var bonus=8*speed/1000000
|
||||
var bonus=8*speed/100000
|
||||
bonusT+=bonus>800?800:bonus
|
||||
}
|
||||
//update status
|
||||
|
|
|
|||
2
speedtest_worker.min.js
vendored
2
speedtest_worker.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue