Sébastien Deleuze 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) vor 11 Monaten
..
src 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) vor 11 Monaten
README.md b03e526dbc New round of Spring optimizations (#9288) vor 1 Jahr
benchmark_config.json b03e526dbc New round of Spring optimizations (#9288) vor 1 Jahr
config.toml 6315ed102e Update Spring benchmarks (#7749) vor 2 Jahren
pom.xml 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) vor 11 Monaten
spring-mongo.dockerfile 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) vor 11 Monaten
spring.dockerfile 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) vor 11 Monaten

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