Joshua Maddux c622c8902a Fix random error in the pyramid tests. 10 yıl önce
..
frameworkbenchmarks c622c8902a Fix random error in the pyramid tests. 10 yıl önce
.gitignore fbcdb3118a Name python properly 11 yıl önce
MANIFEST.in fbcdb3118a Name python properly 11 yıl önce
README.md fbcdb3118a Name python properly 11 yıl önce
bash_profile.sh 749ac7e5e2 Updated pyramid 11 yıl önce
benchmark_config 5d2636be19 Fix pyramid install 11 yıl önce
create_database.py fbcdb3118a Name python properly 11 yıl önce
development.ini 5d2636be19 Fix pyramid install 11 yıl önce
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. 11 yıl önce
install.sh 749ac7e5e2 Updated pyramid 11 yıl önce
production.ini 5d2636be19 Fix pyramid install 11 yıl önce
requirements.txt 7f83ee0751 Update Python 2 and PyPy 10 yıl önce
setup.cfg fbcdb3118a Name python properly 11 yıl önce
setup.py fbcdb3118a Name python properly 11 yıl önce
setup_py2.sh 7f1a6417a0 Line-endings are hard 11 yıl önce
setup_py3.sh 7f1a6417a0 Line-endings are hard 11 yıl önce
wsgi.py fbcdb3118a Name python properly 11 yıl önce

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