|
hace 6 años | |
---|---|---|
.. | ||
cloths | hace 6 años | |
README.md | hace 6 años | |
app.py | hace 6 años | |
benchmark_config.json | hace 6 años | |
gen_benchmark_config.py | hace 6 años | |
gunicorn_conf.py | hace 6 años | |
nginx.conf | hace 6 años | |
requirements.txt | hace 6 años | |
spyne-nginx-uwsgi.dockerfile | hace 6 años | |
spyne-raw.dockerfile | hace 6 años | |
spyne.dockerfile | hace 6 años | |
tfb.yaml | hace 6 años | |
uwsgi.ini | hace 6 años |
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