Michael Hixson a73b308932 Disable in-memory caching of worlds and fortunes for minijax (#3186) 7 jaren geleden
..
src a73b308932 Disable in-memory caching of worlds and fortunes for minijax (#3186) 7 jaren geleden
README.md 4a603d8b67 Add Minijax framework (#3075) 7 jaren geleden
benchmark_config.json 4a603d8b67 Add Minijax framework (#3075) 7 jaren geleden
minijax.properties 4a603d8b67 Add Minijax framework (#3075) 7 jaren geleden
pom.xml 4a603d8b67 Add Minijax framework (#3075) 7 jaren geleden
setup.sh 4a603d8b67 Add Minijax framework (#3075) 7 jaren geleden
source_code 4a603d8b67 Add Minijax framework (#3075) 7 jaren geleden

README.md

Minijax Benchmarking Test

Minijax - Lightweight subset of JAX-RS and JSR 330.

  • Jetty for HTTP server
  • Mustache for HTML templates
  • MySQL for database
  • Eclipselink for ORM

All REST endpoints are in MinijaxBenchmark.java

Test URLs

All implementations use the same URLs.

  • Plaintext - http://localhost:8080/plaintext
  • JSON - http://localhost:8080/json
  • DB - http://localhost:8080/db
  • Queries - http://localhost:8080/db?queries=
  • Updates - http://localhost:8080/updates?queries=
  • Fortune - http://localhost:8080/fortunes