Michael Hixson f929f15d1a Dockerize more Java tests (#3351) 7 жил өмнө
..
gradle 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө
src 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө
webapp 31e3ede6d3 Updating jawn framework (#2961) 8 жил өмнө
.gitignore fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 жил өмнө
README.md 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө
benchmark_config.json f929f15d1a Dockerize more Java tests (#3351) 7 жил өмнө
build.gradle 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө
gradlew 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө
gradlew.bat 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө
jawn.dockerfile f929f15d1a Dockerize more Java tests (#3351) 7 жил өмнө
source_code 84e56b7b1e updating the jawn framework (#3085) 7 жил өмнө

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