Merge pull request #71 from channelcat/tornado-results

Added tornado benchmarks
This commit is contained in:
Channel Cat 2016-10-19 01:47:25 -07:00 committed by GitHub
commit f5569f1723

View File

@ -23,6 +23,7 @@ All tests were run on an AWS medium instance running ubuntu, using 1 process. E
| Flask | gunicorn + meinheld | 4,988 | 20.08ms |
| Kyoukai | Python 3.5 + uvloop | 3,889 | 27.44ms |
| Aiohttp | Python 3.5 + uvloop | 2,979 | 33.42ms |
| Tornado | Python 3.5 | 2,138 | 46.66ms |
## Hello World