Mike Smith c097bc4105 verify Fixed grails' fortunes test 11 years ago
..
hello c097bc4105 verify Fixed grails' fortunes test 11 years ago
README.md 9b56a6a4b2 Update to Grails 2.3.3 version 11 years ago
__init__.py 5203b6e936 Setup repository 12 years ago
benchmark_config 850892fb51 Don't skip grails benchmark 11 years ago
setup.py 6ad315e725 Fix setup.py for Grails 2.3.0 11 years ago
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 years ago

README.md

Grails Benchmarking Test

This is the Grails portion of a benchmarking test suite comparing a variety of web development platforms.

Infrastructure Software Versions

The tests were run with:

Test URLs

Test type 1: JSON serialization

http://localhost:8080/grails/hello/json

Test type 2: Single database query

http://localhost:8080/grails/hello/db

Test type 3: Multiple database queries

http://localhost:8080/grails/hello/queries?queries=10

Test type 4: Fortunes

http://localhost:8080/grails/hello/fortunes

Test type 5: Database updates

http://localhost:8080/grails/hello/updates?queries=10

Test type 6: Plaintext

http://localhost:8080/grails/hello/plaintext