This repository was archived by the owner on Nov 23, 2017. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 178
Benchmarks
Ludovic Gasc edited this page Jun 21, 2015
·
9 revisions
- Python's Web Framework Benchmarks: Irill Klenov, 15 June 2015
- TechEmpower FrameworkBenchmarks round 10: The Python results: Ludovic Gasc, 27 April 2015
- Macro-benchmark with Django, Flask and AsyncIO (aiohttp.web+API-Hour): Ludovic Gasc, 25 February 2015
- bigdata (created: 2015-02-16): INSERT queries to a PostgreSQL server, asyncio vs gevent vs threads; article: Asynchronous Python and Databases (Mike Bayer, 2015-02-15)
- API Hour: Flask, PostgreSQL (aiopg), asyncio, JSON
- asyncio-redis/examples/benchmarks/ directory; see redis: benchmark gevent vs asyncio on python3.4
- aiohttp: benchmark/async.py
- irc3: examples/benches.py
- Tobias Oberstein tweeted: "unbelievable: #PyPy doing 90k reqs/sec on netperf TCP_RR at 50% CPU on one core over 10GbE! https://github.com/oberstet/scratchbox/blob/master/python/asyncio/tcp_echo_server.py" (Trollius works on PyPy, but asyncio doesn't work on PyPy yet)