INADA Naoki faea3dd9be Remove time.sleep(3) 11 years ago
..
frameworkbenchmarks fbcdb3118a Name python properly 11 years ago
.gitignore fbcdb3118a Name python properly 11 years ago
MANIFEST.in fbcdb3118a Name python properly 11 years ago
README.md fbcdb3118a Name python properly 11 years ago
__init__.py fbcdb3118a Name python properly 11 years ago
bash_profile.sh 28cf9580aa python: Use virtualenv to isolate tests. 11 years ago
benchmark_config 5d2636be19 Fix pyramid install 11 years ago
create_database.py fbcdb3118a Name python properly 11 years ago
development.ini 5d2636be19 Fix pyramid install 11 years ago
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. 11 years ago
install.sh 28cf9580aa python: Use virtualenv to isolate tests. 11 years ago
production.ini 5d2636be19 Fix pyramid install 11 years ago
requirements.txt fbcdb3118a Name python properly 11 years ago
setup.cfg fbcdb3118a Name python properly 11 years ago
setup.py fbcdb3118a Name python properly 11 years ago
setup_py2.py faea3dd9be Remove time.sleep(3) 11 years ago
setup_py3.py faea3dd9be Remove time.sleep(3) 11 years ago
wsgi.py fbcdb3118a Name python properly 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