Sébastien Deleuze b03e526dbc New round of Spring optimizations (#9288) 10 months ago
..
src b03e526dbc New round of Spring optimizations (#9288) 10 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 b03e526dbc New round of Spring optimizations (#9288) 10 months ago
spring-mongo.dockerfile dbaaefa53c Cleanup and upgrade of the Spring implementations to Spring Boot 3.3 (#9167) 1 year ago
spring.dockerfile f834743318 Optimize Spring samples (#9249) 11 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