Skip to content

Files

Latest commit

 

History

History
26 lines (22 loc) · 504 Bytes

File metadata and controls

26 lines (22 loc) · 504 Bytes

python-requests-grequests-httpclient-benchmark

A bench mark program for different requests modules

Clone

cd ~/
git clone git@github.com:parthakonda/python-requests-grequests-httpclient-benchmark.git

Setup

cd ~/
virtualenv -p python3 venv

Install requirements

source ~/venv/bin/activate
pip3 install -r ~/python-requests-grequests-httpclient-benchmark/requirements.txt

Run

cd ~/python-requests-grequests-httpclient-benchmark/
python3 -m unittest benchmark.py