metabrainz / bm

A quick python url benchmark script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs "requests" library, so:

sudo apt-get install python-virtualenv
mkdir ~/ve
virtualenv ~/ve/bm
~/ve/bm/bin/pip install requests
~/ve/bm/bin/python ./bm.py | tee results.$HOSTNAME.txt

About

A quick python url benchmark script


Languages

Language:Python 100.0%