speed, async_speed: fix measurement and units
commite88b7e31482e6a495e34989a1e19da2233639fed
authorPhil Sutter <phil.sutter@viprinet.com>
Fri, 17 Dec 2010 18:04:20 +0000 (17 19:04 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Dec 2010 04:10:58 +0000 (19 05:10 +0100)
tree4c047dcdb9b963533e9954959d84317458386c9f
parent871fa6a3c1fa300509658ac726a27074d52bf4f1
speed, async_speed: fix measurement and units

Since measurement is done in bytes, use a capital B as unit. Also,
stepping by 1024 from one magnitude to the next is more common. This is
indicated by the 'i' in between the magnitude and unit symbols.
examples/async_speed.c
examples/speed.c