Sébastien Deleuze dae5a79657 [spring] Bring back the connection pool size to 256 (#9427) 8 months ago
..
src dae5a79657 [spring] Bring back the connection pool size to 256 (#9427) 8 months ago
README.md b03e526dbc New round of Spring optimizations (#9288) 10 months ago
benchmark_config.json b03e526dbc New round of Spring optimizations (#9288) 10 months ago
config.toml 6315ed102e Update Spring benchmarks (#7749) 2 years ago
pom.xml 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) 9 months ago
spring-mongo.dockerfile 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) 9 months ago
spring.dockerfile 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) 9 months 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.

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