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

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