MTD b51ced14a6 fix(jawn): using the provided DBHOST 10 years ago
..
gradle fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
src b51ced14a6 fix(jawn): using the provided DBHOST 10 years ago
webapp fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
.gitignore fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
README.md fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
benchmark_config.json fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
build.gradle b51ced14a6 fix(jawn): using the provided DBHOST 10 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
install.sh fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 years ago
setup.sh b51ced14a6 fix(jawn): using the provided DBHOST 10 years ago
source_code fbfbdaca58 new(framework): added the jawn framework to the benchmark 10 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:8081/json

The framework use an embedded server, that runs on port 8081 in order to not interfere with potentially running webcontainers.

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