Mike Smith 4b5ed9263a Merge branch 'verify' 11 年 前
..
frameworkbenchmarks 16709820b8 verify Fix for pyramid tests 11 年 前
.gitignore ed8389150f Pyramid benchmark for Python 2 and 3 12 年 前
MANIFEST.in ed8389150f Pyramid benchmark for Python 2 and 3 12 年 前
README.md e491fb6658 Use create-postgres.sql 12 年 前
benchmark_config 8fa2dd388b Framework names are lowercase for us. 12 年 前
create_database.py e491fb6658 Use create-postgres.sql 12 年 前
development.ini ed8389150f Pyramid benchmark for Python 2 and 3 12 年 前
production.ini ed8389150f Pyramid benchmark for Python 2 and 3 12 年 前
setup.cfg ed8389150f Pyramid benchmark for Python 2 and 3 12 年 前
setup.py 8b66fc5fc0 Fix typos 12 年 前
setup_benchmark.py 8b66fc5fc0 Fix typos 12 年 前
setup_py2.py 1705248157 master Forgot the arguments to start for pyramid 12 年 前
setup_py3.py 59aa09f7f1 PR581 Fixed setup files and models for pyramid 12 年 前
wsgi.py ed8389150f Pyramid benchmark for Python 2 and 3 12 年 前

README.md

Pyramid benchmark test

Pyramid is a flexible Python 2/3 framework. This test uses SQLAlchemy as its ORM, the default Chameleon for its templating, and Gunicorn for the application server.

Test URLs

JSON Encoding

http://localhost:6543/json

Single Row Random Query

http://localhost:6543/db

Variable Row Query Test

http://localhost:6543/queries?queries=10

Fortune Test

http://localhost:6543/fortunes

Updates

http://localhost:6543/updates?queries=10

Plaintext

http://localhost:6543/plaintext