From 12e4ef60d74526fd6e5e02bfc832e712132634c7 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 20 Sep 2018 10:00:25 +0100 Subject: [PATCH] Add link to latest TechEmpower benchmarks (#61) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 904bee92..17d8fcfe 100644 --- a/README.md +++ b/README.md @@ -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.* +

— ⭐️ —

Starlette is BSD licensed code. Designed & built in Brighton, England.