showwin / speedtest-go

CLI and Go API to Test Internet Speed using speedtest.net
MIT License
565 stars 115 forks source link

[Discussion] Test Datasets Confidence Analysis #192

Closed r3inbowari closed 6 months ago

r3inbowari commented 6 months ago

This feature is used to stop testing early and improve the confidence of test results.

Related to #170 #109, etc.

Please check it and leave your comments.

r3inbowari commented 6 months ago

Windows/Linux (amd64): speedtest-go_amd64_windows_linux_1.7.0-dev

r3inbowari commented 6 months ago

Error report from https://github.com/heathcliff26/speedtest-exporter/issues/25

r3inbowari commented 6 months ago

Error report: high error upload rate results

The current version(Affected >= v1.3.1) incorrectly places the counter after Read() instead of after Write(). This will cause the upload measurement error to rise sharply as the number of connections increases.

Related to #109 #137