jringuette 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
..
base 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
hibernate 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
pgclient 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
README.md 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
benchmark_config.json 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
pom.xml 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
quarkus-hibernate.dockerfile 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
quarkus-pgclient.dockerfile 6ad1a1419d quarkus with async postgres (#5459) 5 years ago
quarkus.dockerfile 6ad1a1419d quarkus with async postgres (#5459) 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 is currently two repository implementations.

Hibernate via JPA

Asynchronous DB accesses via pgclient

Plaintext Test

JSON Serialization Test

Database Query Test

Database Queries Test

Database Update Test

Template rendering Test

Versions

Test URLs

Plaintext Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Database Query Test

http://localhost:8080/hibernate/db
http://localhost:8080/pgclient/db

Database Queries Test

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

Database Update Test

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

Template rendering Test

http://localhost:8080/hibernate/fortunes
http://localhost:8080/pgclient/fortunes