Michael Hixson d54afe50af Remove many techempower/* docker dependencies in JVM tests (#3523) 7 years ago
..
src fa5fa8d402 Minijax version 0.1.4 (#3345) 7 years ago
README.md fa5fa8d402 Minijax version 0.1.4 (#3345) 7 years ago
benchmark_config.json 48fd9ad583 Master into docker march 13 (#3408) 7 years ago
minijax.dockerfile d54afe50af Remove many techempower/* docker dependencies in JVM tests (#3523) 7 years ago
minijax.properties 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
pom.xml fa5fa8d402 Minijax version 0.1.4 (#3345) 7 years ago
source_code 4a603d8b67 Add Minijax framework (#3075) 7 years ago

README.md

Minijax Benchmarking Test

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

  • Undertow 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