-
-
Notifications
You must be signed in to change notification settings - Fork 203
Description
Even after the release with #49 implemented, the speeds that are displayed on the dashboard / results are still off from the actual results that the url displays / in the database.
but going into the database file and grabbing the url for said run shows my actual download speed at 941.63 Mbps and upload at 41.62 Mbps.
The download and upload for the result in the actual database file are reported as:
Download: 117703158 Bytes which equals out the 941.625264 megabits
Upload: 5201880 Bytes which equals out the 41.61504 megabits
which with rounding, the information in the database file come out to where the url speeds are shown when converted, so the calculation is wrong somewhere in terms of the what the dashboard is showing for the speedtest tracker.
