dependabot[bot] 408b14dd8b Bump twisted from 20.3.0 to 22.1.0 in /frameworks/Python/spyne (#7121) 3 سال پیش
..
cloths 58c2584c10 spyne test initial import (#4451) 6 سال پیش
README.md 58c2584c10 spyne test initial import (#4451) 6 سال پیش
app.py 58c2584c10 spyne test initial import (#4451) 6 سال پیش
benchmark_config.json 58c2584c10 spyne test initial import (#4451) 6 سال پیش
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 سال پیش
gen_benchmark_config.py 58c2584c10 spyne test initial import (#4451) 6 سال پیش
gunicorn_conf.py 58c2584c10 spyne test initial import (#4451) 6 سال پیش
nginx.conf 58c2584c10 spyne test initial import (#4451) 6 سال پیش
requirements.txt 408b14dd8b Bump twisted from 20.3.0 to 22.1.0 in /frameworks/Python/spyne (#7121) 3 سال پیش
spyne-nginx-uwsgi.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 سال پیش
spyne-raw.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 سال پیش
spyne.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 سال پیش
tfb.yaml 58c2584c10 spyne test initial import (#4451) 6 سال پیش
uwsgi.ini 58c2584c10 spyne test initial import (#4451) 6 سال پیش

README.md

Spyne Benchmark Test

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)

Description

Spyne + SQLAlchemy

Database

PostgreSQL (psycopg2 on CPython)

Server

  • gunicorn+wsgi on CPython

Test URLs

JSON Encoding

http://localhost:8080/json

Single Row Random Query

With ORM:

http://localhost:8080/dbs

Without ORM (raw):

http://localhost:8080/dbsraw

Variable Row Query Test

With ORM:

http://localhost:8080/db?queries=2

Without ORM (raw):

http://localhost:8080/dbraw?queries=2