m-lab / murakami

Run automated internet measurement tests in a Docker container.
Apache License 2.0
41 stars 11 forks source link

Correct bandwidth units for ookla speedtest output #114

Closed critzo closed 1 year ago

critzo commented 1 year ago

Json output of the speedtest-cli client was bits/s. Ookla official cli client is Bytes/s. This PR corrects the units label in Murakami's output for Ookla's speedtest results


This change is Reviewable