memory comparison benchmark

This commit is contained in:
Miguel Grinberg
2022-08-07 12:31:21 +01:00
parent 09dc3ef7aa
commit d090bbf8e2
13 changed files with 235 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
from fastapi import FastAPI
app = FastAPI()
@app.get('/')
def index():
return {'hello': 'world'}