benchmark between wreq and other python http clients
- curl_cffi
- requests
- niquests
- pycurl
- httpx
- wreq
- ry
- curl_cffi
- httpx
- niquests
- aiohttp
- wreq
- ry
All the clients run with session/client enabled.
# Install project + benchmark dependencies
pip install -e .[bench]
# Start server
python server.py
# Run benchmark suite
python benchmark.py