Steven Smith 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported преди 9 години
..
gradle fbfbdaca58 new(framework): added the jawn framework to the benchmark преди 10 години
src fc22b03efa upgraded to version 0.8.10 преди 10 години
webapp 792beac722 new version demands moving folders around преди 10 години
.gitignore fbfbdaca58 new(framework): added the jawn framework to the benchmark преди 10 години
README.md 792beac722 new version demands moving folders around преди 10 години
benchmark_config.json fc22b03efa upgraded to version 0.8.10 преди 10 години
build.gradle fc22b03efa upgraded to version 0.8.10 преди 10 години
gradlew fbfbdaca58 new(framework): added the jawn framework to the benchmark преди 10 години
gradlew.bat fbfbdaca58 new(framework): added the jawn framework to the benchmark преди 10 години
setup.sh 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported преди 9 години
source_code fc22b03efa upgraded to version 0.8.10 преди 10 години

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