Michael Hixson 94c9fc47fb Make scruffy compatible with Java 9 (#3125) 7 лет назад
..
project 94c9fc47fb Make scruffy compatible with Java 9 (#3125) 7 лет назад
src c208042772 Changed the range of the id 9 лет назад
.gitignore 70693e2fba Moving remaining frameworks 11 лет назад
README.md b12746dbdb Updated scruffy versions 10 лет назад
benchmark_config.json 8eff291ad6 Shored up some metadata 10 лет назад
build.sbt 94c9fc47fb Make scruffy compatible with Java 9 (#3125) 7 лет назад
setup.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 лет назад
source_code 70693e2fba Moving remaining frameworks 11 лет назад

README.md

#Scruffy Benchmarking Test

This is the Scruffy 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/json

This example uses the built-in Jackson for json support.

Test type 2: Single database query

This example uses casbah for Mongo queries. Future improvement would be to switch to a nonblocking library.

http://localhost:8080/db

Test type 6: Plaintext

http://localhost:8080/plaintext