Don't use urandom for the upload data source

Using urandom limits the upload speed due to the generation speed of
random characters and causes high CPU usage.

See #13
Fixes #26
This commit is contained in:
Matt Martz
2013-08-08 09:52:54 -05:00
parent 4b06259a92
commit cbb249b96d
2 changed files with 10 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name='speedtest-cli',
version='0.2',
version='0.2.1',
description=('Command line interface for testing internet bandwidth using '
'speedtest.net'),
author='Matt Martz',