Benchmarking etc... #1698
Unanswered
tomchristie
asked this question in
General
Replies: 2 comments 5 replies
-
Also: https://www.scrapingbee.com/blog/best-python-http-clients/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've updated to pyhttp-benchmark (benchmark of http clients with a Caddy server with TLS, it is based on https://github.com/florimondmanca/httpxprof ). It seems anyio is slower then the asyncio backend when there are a lot of data to download, but not when there are a lot of small requests. See:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Putting this up here as a reminder that:
Eg. https://blog.jonlu.ca/posts/async-python-http
Most likely our perf. vs
aiohttp
appears poor because they're using DNS caching, which we're not. But that hypothesis would need digging into further.Beta Was this translation helpful? Give feedback.
All reactions