jringuette caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
..
src caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
README.md caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
benchmark_config.json caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
pom.xml caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
spring-webflux-mongo.dockerfile caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
spring-webflux-postgres.dockerfile caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă
spring-webflux.dockerfile caa7612733 - Adding benchmark for spring-webflux with postgresql and mongodb (#4028) 7 ani în urmă

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 (postgresql database accesses) to not block netty's event loop.

For postgresql access, JdbcTemplate is used. For mongoDB access, spring-data-mongodb with reactive support is used.

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
http://localhost:8080/mongo/db

Database Queries Test

http://localhost:8080/queries?queries=5
http://localhost:8080/mongo/queries?queries=5

Database Update Test

http://localhost:8080/updates?queries=5
http://localhost:8080/mongo/updates?queries=5

Template rendering Test

http://localhost:8080/fortunes
http://localhost:8080/mongo/fortunes