Juanjo Aguililla 7462722d58 Round 14 hexagon (#2182) 9 years ago
..
gradle 7462722d58 Round 14 hexagon (#2182) 9 years ago
src 7462722d58 Round 14 hexagon (#2182) 9 years ago
.gitignore 7462722d58 Round 14 hexagon (#2182) 9 years ago
benchmark_config.json 7462722d58 Round 14 hexagon (#2182) 9 years ago
build.gradle 7462722d58 Round 14 hexagon (#2182) 9 years ago
gradle.properties 7462722d58 Round 14 hexagon (#2182) 9 years ago
gradlew 7462722d58 Round 14 hexagon (#2182) 9 years ago
gradlew.bat 7462722d58 Round 14 hexagon (#2182) 9 years ago
readme.md 7462722d58 Round 14 hexagon (#2182) 9 years ago
setup.sh 7462722d58 Round 14 hexagon (#2182) 9 years ago
source_code 7462722d58 Round 14 hexagon (#2182) 9 years ago

readme.md

Hexagon Benchmarking Test

This is the Hexagon portion of a benchmarking test suite comparing a variety of web development platforms. The test utilizes Hexagon routes, serialization and database access.

Local setup

tar -Jxvf db.txz && \
mongorestore dump/ && \
rm -rf dump

Tests

Infrastructure Software Versions

Test URLs

Run on OpenShift

https://blog.openshift.com/run-gradle-builds-on-openshift/

Copy to TFB

rm -f db.txz

Run inside vagrant

toolset/run-tests.py --install server --mode verify --test hexagon

Clear

TODO

  • Remove benchmark_config optional parameters. Check: //frameworkbenchmarks.readthedocs.io/en/latest/Codebase/Framework-Files/#benchmark-config-file

  • Document common commands to test the framework inside Vagrant's development machine