Sébastien Deleuze f834743318 Optimize Spring samples (#9249) 1 an în urmă
..
src f834743318 Optimize Spring samples (#9249) 1 an în urmă
README.md 6315ed102e Update Spring benchmarks (#7749) 2 ani în urmă
benchmark_config.json 6315ed102e Update Spring benchmarks (#7749) 2 ani în urmă
config.toml 6315ed102e Update Spring benchmarks (#7749) 2 ani în urmă
pom.xml f834743318 Optimize Spring samples (#9249) 1 an în urmă
spring-jpa.dockerfile dbaaefa53c Cleanup and upgrade of the Spring implementations to Spring Boot 3.3 (#9167) 1 an în urmă
spring-mongo.dockerfile dbaaefa53c Cleanup and upgrade of the Spring implementations to Spring Boot 3.3 (#9167) 1 an în urmă
spring.dockerfile f834743318 Optimize Spring samples (#9249) 1 an în urmă

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

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