mirror of https://github.com/encode/starlette.git
Add link to latest TechEmpower benchmarks (#61)
This commit is contained in:
parent
fb74074b3f
commit
12e4ef60d7
|
@ -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">— ⭐️ —</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>
|
||||
|
|
Loading…
Reference in New Issue