Merge pull request #84 from channelcat/update-changelog

Moved changelog and posted new benchmarks in readme
This commit is contained in:
Channel Cat 2016-10-21 04:01:27 -07:00 committed by GitHub
commit b74d312c57
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ All tests were run on an AWS medium instance running ubuntu, using 1 process. E
| Server | Implementation | Requests/sec | Avg Latency |
| ------- | ------------------- | ------------:| -----------:|
| Sanic | Python 3.5 + uvloop | 30,601 | 3.23ms |
| Sanic | Python 3.5 + uvloop | 33,342 | 2.96ms |
| Wheezy | gunicorn + meinheld | 20,244 | 4.94ms |
| Falcon | gunicorn + meinheld | 18,972 | 5.27ms |
| Bottle | gunicorn + meinheld | 13,596 | 7.36ms |