Mike Smith f6eb078084 verify Fixed bottle's fortune test 11 年之前
..
views eb805bf0fc Add fortune test for bottle - with and without ORM and use random partial for query test 12 年之前
README.md eb805bf0fc Add fortune test for bottle - with and without ORM and use random partial for query test 12 年之前
__init__.py 8870795003 Start on bottle 12 年之前
app.py f6eb078084 verify Fixed bottle's fortune test 11 年之前
benchmark_config 7f7e75171b bottle: Update benchmark_config 12 年之前
setup.py d9678ff22e 18938 Passing the error log to the test start/stop 12 年之前
setup_nginxuwsgi.py d9678ff22e 18938 Passing the error log to the test start/stop 12 年之前
setup_py3.py d9678ff22e 18938 Passing the error log to the test start/stop 12 年之前
setup_pypy.py d9678ff22e 18938 Passing the error log to the test start/stop 12 年之前
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 年之前

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