Overview Benchmarker.py is an awesome benchmarking tool for Python. Easy to use Pretty good output (including JSON format) Available on both Python2 (>= 2.5) and Python3 (>= 3.0) ATTENTION: I'm sorry, Benchmarker.py ver 4 is not compatible with ver 3. Install http://pypi.python.org/pypi/Benchmarker/ $ sudo pip install Benchmarker ## or $ sudo easy_install Benchmarker ## or $ wget http://pypi.pytho

