Brittany Mazza 282bec9a70 Tidy up and try to perfect bash_profile removal hace 10 años
..
frameworkbenchmarks c622c8902a Fix random error in the pyramid tests. hace 10 años
.gitignore fbcdb3118a Name python properly hace 11 años
MANIFEST.in fbcdb3118a Name python properly hace 11 años
README.md fbcdb3118a Name python properly hace 11 años
benchmark_config 7c07971598 Merge branch 'set-default-tests-benchmark-config' of https://github.com/LadyMozzarella/FrameworkBenchmarks into LadyMozzarella-set-default-tests-benchmark-config hace 10 años
create_database.py fbcdb3118a Name python properly hace 11 años
development.ini 5d2636be19 Fix pyramid install hace 11 años
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. hace 11 años
install.sh 282bec9a70 Tidy up and try to perfect bash_profile removal hace 10 años
production.ini 5d2636be19 Fix pyramid install hace 11 años
requirements.txt 7f83ee0751 Update Python 2 and PyPy hace 10 años
setup.cfg fbcdb3118a Name python properly hace 11 años
setup.py fbcdb3118a Name python properly hace 11 años
setup_py2.sh 282bec9a70 Tidy up and try to perfect bash_profile removal hace 10 años
setup_py3.sh 282bec9a70 Tidy up and try to perfect bash_profile removal hace 10 años
wsgi.py fbcdb3118a Name python properly hace 11 años

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