README.md 988 B

Quarkus Benchmarking Test

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

Implementations

There are currently 2 implementations:

  • Quarkus using RESTEasy Reactive and Hibernate ORM (classic Hibernate for DB operations, while handling web via the reactive stack)
  • Quarkus using RESTEasy Reactive and Hibernate Reactive (fully reactive stack)

Testing

./tfb --mode verify --test quarkus quarkus-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