|
3 سال پیش | |
---|---|---|
.. | ||
cloths | 6 سال پیش | |
README.md | 6 سال پیش | |
app.py | 6 سال پیش | |
benchmark_config.json | 6 سال پیش | |
config.toml | 4 سال پیش | |
gen_benchmark_config.py | 6 سال پیش | |
gunicorn_conf.py | 6 سال پیش | |
nginx.conf | 6 سال پیش | |
requirements.txt | 3 سال پیش | |
spyne-nginx-uwsgi.dockerfile | 4 سال پیش | |
spyne-raw.dockerfile | 4 سال پیش | |
spyne.dockerfile | 4 سال پیش | |
tfb.yaml | 6 سال پیش | |
uwsgi.ini | 6 سال پیش |
This is the Python Spyne portion of a benchmarking tests suite comparing a variety of frameworks.
The latest version is at https://github.com/arskom/spyne/tree/master/examples/tfb
All test implementations are located within (app.py)
Spyne + SQLAlchemy
PostgreSQL (psycopg2 on CPython)
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