Add link to latest TechEmpower benchmarks (#61)

This commit is contained in:
Tom Christie 2018-09-20 10:00:25 +01:00 committed by GitHub
parent fb74074b3f
commit 12e4ef60d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -107,9 +107,8 @@ in isolation.
## Performance
Our testing shows that Starlette applications running under Uvicorn as one of
the fastest Python frameworks available. As an example, application performance
should roughly equal or out-perform Sanic.
Independent TechEmpower benchmarks show Starlette applications running under Uvicorn
as [one of the fastest Python frameworks available](https://www.techempower.com/benchmarks/#section=test&runid=14a815b6-93c1-4207-96bb-3960c29719e2&hw=ph&test=fortune&l=zijw1r-1&d=e3). *(\*)*
For high throughput loads you should:
@ -122,5 +121,7 @@ CPU constrained.
Eg. `uvicorn.run(..., http='h11', loop='asyncio')`
*(\*) TechEmpower [continuous benchmarking results](https://tfb-status.techempower.com/), from 13th Sept 2018. Filtered to JavaScript, Python, and Ruby frameworks backed by Postgres, for comparision against similar candidates. To be updated to Round 17 once available.*
<p align="center">&mdash; ⭐️ &mdash;</p>
<p align="center"><i>Starlette is <a href="https://github.com/tomchristie/starlette/blob/master/LICENSE.md">BSD licensed</a> code. Designed & built in Brighton, England.</i></p>