6 ms·
Just finished writing a more fare benchmark a few days ago. It's utilizing all cores, have DB pools of the same capacity for all tested languages, uses asyncpg
by nDmitry 6y ago
Just finished writing a more fare benchmark a few days ago. It's utilizing all cores, have DB pools of the same capacity for all tested languages, uses asyncpg in the async Python version, etc.
https://github.com/nDmitry/web-benchmarks https://github.com/nDmitry/web-benchmarks
Long story short - asyncio is twice as fast... (results are at the bottom of the readme).