HenrikBengtsson / speedtest-cli-extras

:signal_strength: Tools to enhance the speedtest-cli network tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standardize Mbits/s to Mbit/s in output?

HenrikBengtsson opened this issue · comments

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?