A bench mark program for different requests modules
cd ~/ git clone git@github.com:parthakonda/python-requests-grequests-httpclient-benchmark.git
cd ~/ virtualenv -p python3 venv
source ~/venv/bin/activate pip3 install -r ~/python-requests-grequests-httpclient-benchmark/requirements.txt
cd ~/python-requests-grequests-httpclient-benchmark/ python3 -m unittest benchmark.py