Sébastien Deleuze 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) há 9 meses atrás
..
src 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) há 9 meses atrás
README.md b03e526dbc New round of Spring optimizations (#9288) há 10 meses atrás
benchmark_config.json b03e526dbc New round of Spring optimizations (#9288) há 10 meses atrás
config.toml 6315ed102e Update Spring benchmarks (#7749) há 2 anos atrás
pom.xml 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) há 9 meses atrás
spring-mongo.dockerfile 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) há 9 meses atrás
spring.dockerfile 1f3fb16bc3 [spring] Batch update and Java 23 (#9370) há 9 meses atrás

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