INADA Naoki 77361b485a Merge branch 'master' of https://github.com/TechEmpower/FrameworkBenchmarks into python-r8 11 jaren geleden
..
views eb805bf0fc Add fortune test for bottle - with and without ORM and use random partial for query test 12 jaren geleden
README.md eb805bf0fc Add fortune test for bottle - with and without ORM and use random partial for query test 12 jaren geleden
__init__.py 8870795003 Start on bottle 12 jaren geleden
app.py 1cf60a4923 Fix for DB communication for bottle frameworks 12 jaren geleden
benchmark_config 7f7e75171b bottle: Update benchmark_config 12 jaren geleden
setup.py d9678ff22e 18938 Passing the error log to the test start/stop 12 jaren geleden
setup_nginxuwsgi.py d9678ff22e 18938 Passing the error log to the test start/stop 12 jaren geleden
setup_py3.py d9678ff22e 18938 Passing the error log to the test start/stop 12 jaren geleden
setup_pypy.py d9678ff22e 18938 Passing the error log to the test start/stop 12 jaren geleden
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 jaren geleden

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