chore: benchmarks and readme update

This commit is contained in:
Arthur Khachaturov 2024-07-20 14:48:46 +03:00
parent fda3920a3f
commit 7092dc6a70
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
9 changed files with 115 additions and 18 deletions

7
benchmark/test.py Normal file
View file

@ -0,0 +1,7 @@
from flask import Flask
app = Flask('app')
@app.get("/")
def root():
return "{}"