msmith-techempower 48ff5e0c12 Updated bottle 10 gadi atpakaļ
..
views fbcdb3118a Name python properly 11 gadi atpakaļ
README.md fbcdb3118a Name python properly 11 gadi atpakaļ
__init__.py fbcdb3118a Name python properly 11 gadi atpakaļ
app.py fbcdb3118a Name python properly 11 gadi atpakaļ
bash_profile.sh 48ff5e0c12 Updated bottle 10 gadi atpakaļ
benchmark_config fbcdb3118a Name python properly 11 gadi atpakaļ
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. 11 gadi atpakaļ
install.sh 28cf9580aa python: Use virtualenv to isolate tests. 11 gadi atpakaļ
nginx.conf fbcdb3118a Name python properly 11 gadi atpakaļ
requirements-pypy.txt fbcdb3118a Name python properly 11 gadi atpakaļ
requirements.txt fbcdb3118a Name python properly 11 gadi atpakaļ
setup.sh 0bcb4668d5 Testing out bottle - a frequent offender 10 gadi atpakaļ
setup_nginxuwsgi.sh 48ff5e0c12 Updated bottle 10 gadi atpakaļ
setup_py3.sh 48ff5e0c12 Updated bottle 10 gadi atpakaļ
setup_pypy.sh 48ff5e0c12 Updated bottle 10 gadi atpakaļ
source_code fbcdb3118a Name python properly 11 gadi atpakaļ
uwsgi.ini fbcdb3118a Name python properly 11 gadi atpakaļ

README.md

Bottle Benchmark Test

Single file test, app.py

Test URLs

JSON Encoding

http://localhost:8080/json

Single Row Random Query

With ORM:

http://localhost:8080/dbs

Without ORM (raw):

http://localhost:8080/dbsraw

Variable Row Query Test

With ORM:

http://localhost:8080/db?queries=2

Without ORM (raw):

http://localhost:8080/dbraw?queries=2

Fortune Test

With ORM:

http://localhost:8080/fortune

Without ORM (raw):

http://localhost:8080/fortuneraw