AssentSoftware f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago
..
src f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago
README.md f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago
benchmark_config.json 1897885082 Add Spring JPA/Hibernate implementation (#5770) 5 years ago
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 years ago
pom.xml f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago
spring-jpa.dockerfile f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago
spring-mongo.dockerfile f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago
spring.dockerfile f98f3895ef Upgrade spring boot version and optimize JDK docker compilation (#7509) 3 years ago

README.md

Spring MVC Benchmarking Test

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

An embedded undertow is used for the web server, with nearly everything configured with default settings. The only thing changed is Hikari can use up to (2 * cores count) connections (the default is 10). See About-Pool-Sizing

There are two implementations :

Plaintext Test

JSON Serialization Test

Database Query Test

Database Queries Test

Database Update Test

Template rendering Test

Versions

The change to use OpenJDK Temurin is inspired in whichjdk page advice.

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