MTD fc22b03efa upgraded to version 0.8.10 10 năm trước cách đây
..
gradle fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 năm trước cách đây
src fc22b03efa upgraded to version 0.8.10 10 năm trước cách đây
webapp 792beac722 new version demands moving folders around 10 năm trước cách đây
.gitignore fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 năm trước cách đây
README.md 792beac722 new version demands moving folders around 10 năm trước cách đây
benchmark_config.json fc22b03efa upgraded to version 0.8.10 10 năm trước cách đây
build.gradle fc22b03efa upgraded to version 0.8.10 10 năm trước cách đây
gradlew fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 năm trước cách đây
gradlew.bat fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 năm trước cách đây
setup.sh fc22b03efa upgraded to version 0.8.10 10 năm trước cách đây
source_code fc22b03efa upgraded to version 0.8.10 10 năm trước cách đây

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