|
пре 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