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

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