Sanne Grinovero fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
..
quarkus-benchmark-common 07d9da7ba2 [quarkus] Upgrade Quarkus version and removing test cases (#7354) 3 年 前
resteasy-hibernate fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
resteasy-reactive-hibernate fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
resteasy-reactive-hibernate-reactive fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
README.md fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
benchmark_config.json 129b52ed77 Quarkus code cleanup (#7380) 3 年 前
config.toml 07d9da7ba2 [quarkus] Upgrade Quarkus version and removing test cases (#7354) 3 年 前
pom.xml fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
quarkus-resteasy-reactive-hibernate-reactive.dockerfile fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
quarkus-resteasy-reactive-hibernate.dockerfile fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
quarkus.dockerfile fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前
run_quarkus.sh fcc283b12d Upgrade Quarkus to new major version 3 (#8224) 2 年 前

README.md

Quarkus Benchmarking Test

This is the Quarkus portion of a benchmarking test suite comparing a variety of web development platforms.

Implementations

There are currently 3 implementations:

  • RESTEasy and Hibernate ORM
  • RESTEasy Reactive and Hibernate ORM
  • RESTEasy Reactive and Hibernate Reactive

Versions

Test URLs

Plaintext Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Database Query Test

http://localhost:8080/db

Database Queries Test

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

Database Update Test

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

Template rendering Test

http://localhost:8080/fortunes