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