Radoslav Petrov f9a3da20cc More updates to Java11 (#4775) hace 6 años
..
src 6f5ccb13f3 Update to helidon 1.0.0 (#4608) hace 6 años
README.md 6f5ccb13f3 Update to helidon 1.0.0 (#4608) hace 6 años
benchmark_config.json 6103a6b063 Benchmark submission for Oracle Helidon framework (#4149) hace 6 años
helidon.dockerfile f9a3da20cc More updates to Java11 (#4775) hace 6 años
pom.xml f9a3da20cc More updates to Java11 (#4775) hace 6 años

README.md

Helidon Benchmarking Test

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

There is currently one repository implementation.

  • JdbcRepository is using JDBC and an io thread pool of size (2 * cores count) to prevent blocking netty's main event loop. It uses hikaricp to manage the connection pool. It is configured for a maximum of (2 * cores count) concurrent connections. See About-Pool-Sizing for more information. I am assuming that the DB is running on a computer with the same spec as the one running the app, which seems to be the case based on what is written here

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/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