HenrikBengtsson / speedtest-cli-extras

:signal_strength: Tools to enhance the speedtest-cli network tools
120 stars 32 forks source link

Standardize Mbits/s to Mbit/s in output? #2

Closed HenrikBengtsson closed 10 years ago

HenrikBengtsson commented 10 years ago

Some test servers return speed units 'Mbits/s' whereas others 'Mbit/s'. The latter seems to be an official standard (http://en.wikipedia.org/wiki/Data_rate_units). So is Mb/s.

Should speedtest-csv make sure to always output Mbit/s, e.g. using sed?

Should there be an --standard option for this?