ecruz-te e53e0260e5 Add broken tags to FW's that haven't started/stopped correctly in last 3 full runs + script for detecting failing frameworks (#8255) 2 år sedan
..
src 0035eec0ca Improvements to webflux (#5521) 5 år sedan
README.md 0463711a90 Fix typo in README causing a broken link (#7297) 3 år sedan
benchmark_config.json e53e0260e5 Add broken tags to FW's that haven't started/stopped correctly in last 3 full runs + script for detecting failing frameworks (#8255) 2 år sedan
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 år sedan
pom.xml b1296b3ed0 Bump spring-core in /frameworks/Java/spring-webflux (#8154) 2 år sedan
spring-webflux-jdbc.dockerfile 33d9b776ed upgrade docker java and maven version (#7888) 2 år sedan
spring-webflux-mongo.dockerfile 33d9b776ed upgrade docker java and maven version (#7888) 2 år sedan
spring-webflux-pgclient.dockerfile 33d9b776ed upgrade docker java and maven version (#7888) 2 år sedan
spring-webflux-rxjdbc.dockerfile 33d9b776ed upgrade docker java and maven version (#7888) 2 år sedan
spring-webflux.dockerfile 33d9b776ed upgrade docker java and maven version (#7888) 2 år sedan

README.md

Spring Webflux Benchmarking Test

This is the Spring Webflux portion of a benchmarking test suite comparing a variety of web development platforms.

Netty is used for the async 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

A fixed thread pool of size equals to the number of database connections is used to run all the blocking code (jdbc database accesses) to not block netty's event loop.

For postgresql access, there are four 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