Skip to content

Instantly share code, notes, and snippets.

@seandstewart
Last active June 25, 2019 21:30
Show Gist options
  • Save seandstewart/708b8ef87fb9a3d76fa177d7e38a3fc5 to your computer and use it in GitHub Desktop.
Save seandstewart/708b8ef87fb9a3d76fa177d7e38a3fc5 to your computer and use it in GitHub Desktop.
aiohttp Response Times - GET - 50 connections, 5000 requests

GET

Deployment Req/Sec Avg. Response Time (ms) 50% 75% 90% 99% 99.9% 99.999% 100%
aiohttp.web.run_app 4830 10.352 10.1 11.0 12.4 20.601 24.6 25.475 25.5
Gunicorn 4753 10.518 10.3 11.3 12.5 18.6 23.4 25.14 25.2

POST

Deployment Req/Sec Avg. Response Time (ms) 50% 75% 90% 99% 99.9% 99.999% 100%
aiohttp.web.run_app 4637 10.782 10.6 11.9 13.3 18.501 23.5 25.285 25.3
Gunicorn 4415 11.325 10.75 12.0 14.1 21.801 210.8 215.35 215.5

PUT

Deployment Req/Sec Avg. Response Time (ms) 50% 75% 90% 99% 99.9% 99.999% 100%
aiohttp.web.run_app 3277 15.256 14.9 16.6 18.2 27.103 64.3 66.42 66.5
Gunicorn 3190 15.670 15.3 16.9 18.9 27.702 63.5 212.982 220.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment