From 0327e6efba2346e19861d8ffd87ca08a45196531 Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Wed, 19 Oct 2016 01:47:12 -0700 Subject: [PATCH] Added tornado benchmarks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f6c4718..73a9006e 100644 --- a/README.md +++ b/README.md @@ -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