|
há 3 anos atrás | |
---|---|---|
.. | ||
cloths | há 6 anos atrás | |
README.md | há 6 anos atrás | |
app.py | há 6 anos atrás | |
benchmark_config.json | há 6 anos atrás | |
config.toml | há 4 anos atrás | |
gen_benchmark_config.py | há 6 anos atrás | |
gunicorn_conf.py | há 6 anos atrás | |
nginx.conf | há 6 anos atrás | |
requirements.txt | há 3 anos atrás | |
spyne-nginx-uwsgi.dockerfile | há 4 anos atrás | |
spyne-raw.dockerfile | há 4 anos atrás | |
spyne.dockerfile | há 4 anos atrás | |
tfb.yaml | há 6 anos atrás | |
uwsgi.ini | há 6 anos atrás |
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