jamming cba38e4431 Uncomment frameworks in Travis configuration há 10 anos atrás
..
src cba38e4431 Uncomment frameworks in Travis configuration há 10 anos atrás
bash_profile.sh 32811a77b3 Add Sabina benchmark há 10 anos atrás
benchmark_config 32811a77b3 Add Sabina benchmark há 10 anos atrás
install.sh 32811a77b3 Add Sabina benchmark há 10 anos atrás
pom.xml d4246e01e9 Complete tests to fulfill specs and refactor há 10 anos atrás
readme.md d4246e01e9 Complete tests to fulfill specs and refactor há 10 anos atrás
setup.sh 32811a77b3 Add Sabina benchmark há 10 anos atrás
source_code 32811a77b3 Add Sabina benchmark há 10 anos atrás

readme.md

Sabina Benchmarking Test

This is the Sabina portion of a benchmarking test suite comparing a variety of web development platforms. The test utilizes Sabina routes, Gson for JSON serialization and a custom OSIV pattern created with Sabina filters.

Tests

Infrastructure Software Versions

Different test setups

  • Local environment with Sabina's built in embedded Jetty (port=8080, context=/)
  • Local environment with Sabina's built in embedded Undertow (port=8080, context=/)

Test URLs

JSON Encoding Test

http://localhost:8080/json

Data-Store/Database Mapping Test

http://localhost:8080/db?queries=5

Plain Text Test

http://localhost:8080/plaintext

TODO

  • Implement 'update' test
  • Implement 'fortunes' test