jringuette 0583dec9e6 Fix a warning from tfb stating that quarkus is not defining a default config (#5530) há 5 anos atrás
..
base 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
hibernate 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
pgclient 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
README.md 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
benchmark_config.json 0583dec9e6 Fix a warning from tfb stating that quarkus is not defining a default config (#5530) há 5 anos atrás
pom.xml 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
quarkus-hibernate.dockerfile 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
quarkus-pgclient.dockerfile 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás
quarkus.dockerfile 6ad1a1419d quarkus with async postgres (#5459) há 5 anos atrás

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