Extremely simple comparisons between fast ASGI frameworks. Each framework used uvicorn as the server using uvicorn file:app --workers 4
. Tests were performed on a Dell XPS 13 with 16GB of RAM.
from MicroPie import App
class Root(App):
async def index(self):