John O'Hara 7af6fe2d5a Quarkus tuning (#5806) 5 years ago
..
base ef0905588a Improved the Quarkus benchmark and added a pgclient variant (#5728) 5 years ago
hibernate 7af6fe2d5a Quarkus tuning (#5806) 5 years ago
pgclient 7af6fe2d5a Quarkus tuning (#5806) 5 years ago
README.md ef0905588a Improved the Quarkus benchmark and added a pgclient variant (#5728) 5 years ago
benchmark_config.json ef0905588a Improved the Quarkus benchmark and added a pgclient variant (#5728) 5 years ago
pom.xml 7af6fe2d5a Quarkus tuning (#5806) 5 years ago
quarkus-pgclient.dockerfile 7af6fe2d5a Quarkus tuning (#5806) 5 years ago
quarkus.dockerfile 7af6fe2d5a Quarkus tuning (#5806) 5 years ago

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 two repository implementations.

JAX-RS and Hibernate via JPA

Reactive Routes and Asynchronous DB accesses via pgclient

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