Steven Smith 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
..
project b12746dbdb Updated scruffy versions 10 年之前
src acac7e9250 Fixing a lot more production-only bugs 10 年之前
.gitignore 70693e2fba Moving remaining frameworks 11 年之前
README.md b12746dbdb Updated scruffy versions 10 年之前
benchmark_config.json 8eff291ad6 Shored up some metadata 10 年之前
build.sbt b12746dbdb Updated scruffy versions 10 年之前
setup.sh 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
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