Michael Hixson 99940f42f8 Upgrade to Java 9 (#3286) hace 7 años
..
gradle 84e56b7b1e updating the jawn framework (#3085) hace 7 años
src 84e56b7b1e updating the jawn framework (#3085) hace 7 años
webapp 31e3ede6d3 Updating jawn framework (#2961) hace 8 años
.gitignore fbfbdaca58 new(framework): added the jawn framework to the benchmark hace 10 años
README.md 84e56b7b1e updating the jawn framework (#3085) hace 7 años
benchmark_config.json 84e56b7b1e updating the jawn framework (#3085) hace 7 años
build.gradle 84e56b7b1e updating the jawn framework (#3085) hace 7 años
gradlew 84e56b7b1e updating the jawn framework (#3085) hace 7 años
gradlew.bat 84e56b7b1e updating the jawn framework (#3085) hace 7 años
setup.sh 99940f42f8 Upgrade to Java 9 (#3286) hace 7 años
source_code 84e56b7b1e updating the jawn framework (#3085) hace 7 años

README.md

Jawn framework benchmarking test

This is an implementation of jawn as a portion of a benchmarking test suite comparing a variety of web development platforms.

Running the application

If you have gradle installed:

gradle run

Or use the included wrapper:

./gradlew run

Point your browser at localhost:8080/json

A couple of commands to get going with the benchmark framework

tfb --test jawn

tfb --sleep 5 --duration 10 --clean --test jawn

tfb --sleep 5 --type fortune --test jawn