dependabot[bot] 408b14dd8b Bump twisted from 20.3.0 to 22.1.0 in /frameworks/Python/spyne (#7121) 3 năm trước cách đây
..
cloths 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
README.md 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
app.py 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
benchmark_config.json 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây
gen_benchmark_config.py 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
gunicorn_conf.py 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
nginx.conf 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
requirements.txt 408b14dd8b Bump twisted from 20.3.0 to 22.1.0 in /frameworks/Python/spyne (#7121) 3 năm trước cách đây
spyne-nginx-uwsgi.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây
spyne-raw.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây
spyne.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây
tfb.yaml 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây
uwsgi.ini 58c2584c10 spyne test initial import (#4451) 6 năm trước cách đây

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