msmith-techempower 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 years ago
..
gradle fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
src 4611de0b96 updating for a newer version of the framework 9 years ago
webapp 792beac722 new version demands moving folders around 10 years ago
.gitignore fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
README.md 4611de0b96 updating for a newer version of the framework 9 years ago
benchmark_config.json fc22b03efa upgraded to version 0.8.10 9 years ago
build.gradle 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 years ago
gradlew fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
gradlew.bat fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
setup.sh 4611de0b96 updating for a newer version of the framework 9 years ago
source_code 4611de0b96 updating for a newer version of the framework 9 years ago

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

toolset/run-tests.py --install server --test jawn --verbose --install-only

toolset/run-tests.py --test jawn --mode verify

toolset/run-tests.py --test jawn

toolset/run-tests.py --test jawn --type fortune --sleep 5

Problems with the mounting of FrameworkBenchmarks?

  • On host: vagrant gem install vagrant-vbguest
  • In guest OS: sudo mount.vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d: -f3,dmode=777,fmode=777 FrameworkBenchmarks /FrameworkBenchmarks export FWROOT=/FrameworkBenchmarks