This benchmark compares the performance of various ASGI web frameworks when serving a simple "Hello, World!" response under high concurrency. The test setup includes running each framework with Uvicorn (4 workers) where applicable and using wrk to simulate concurrent requests.
Each framework was tested using the following command:
wrk -t4 -c1000 -d30s http://127.0.0.1:8000/