|
11 years ago | |
---|---|---|
.. | ||
templates | 11 years ago | |
README.md | 12 years ago | |
__init__.py | 12 years ago | |
app.py | 11 years ago | |
benchmark_config | 11 years ago | |
setup.py | 11 years ago | |
setup_nginxuwsgi.py | 11 years ago | |
setup_py3.py | 11 years ago | |
setup_pypy.py | 11 years ago | |
source_code | 12 years ago |
Single file test, app.py
Flask + Flask-SQLAlchemy
MySQL (MySQL-python on CPython, PyMySQL on PyPy)
With ORM:
http://localhost:8080/dbs
Without ORM (raw):
http://localhost:8080/dbsraw
With ORM:
http://localhost:8080/db?queries=2
Without ORM (raw):
http://localhost:8080/dbraw?queries=2