dependabot[bot] bb53a07deb Bump jinja2 from 2.10.1 to 2.11.3 in /frameworks/Python/morepath (#6473) há 4 anos atrás
..
app 3d39c26538 Python/* Remove TE dependencies and base files (#3521) há 7 anos atrás
README.md 4322cacaef Update documentation links (#4541) há 6 anos atrás
benchmark_config.json c01fe61374 Docker python (#3410) há 7 anos atrás
config.toml 9d18b6e21b make sure all have versus key (#6265) há 4 anos atrás
gunicorn_conf.py bed1da66fe Add Morepath framework to Python (#2903) há 8 anos atrás
morepath.dockerfile 0096f84ee9 Config for the new toolset (#6259) há 4 anos atrás
requirements.txt bb53a07deb Bump jinja2 from 2.10.1 to 2.11.3 in /frameworks/Python/morepath (#6473) há 4 anos atrás
setup.py bed1da66fe Add Morepath framework to Python (#2903) há 8 anos atrás

README.md

Morepath Benchmark Test

The information below is specific to Morepath. For further guidance, review the documentation. Also note that there is additional information that's provided in the Python README.

This is the Python Morepath portion of a benchmarking tests suite comparing a variety of frameworks.

All test implementations are located within (./app).

Description

Morepath with PonyOrm using PostgreSQL for database access.

Database

PostgreSQL (with PonyORM).

Server

gunicorn + meinheld on CPython

Test URLs

Test 1: JSON Encoding

http://localhost:8080/json

Test 2: Single Row Query

http://localhost:8080/db

Test 3: Multi Row Query

http://localhost:8080/queries?queries=20

Test 4: Fortunes (Template rendering)

http://localhost:8080/fortunes

Test 5: Update Query

http://localhost:8080/updates?queries=20

Test 6: Plaintext

http://localhost:8080/plaintext