What doesn't make sense is Spring MVC being faster...
# spring
k
What doesn't make sense is Spring MVC being faster than Kotlin Webflux...Webflux should be faster as loads increase but it's consistently slower in that benchmark...
t
Do you have a link or article on this? Thanks
k
Look above
c
I think by having MongoDB and the application and the load generator on one machine makes it difficult to tease apart the specifics.
g
You read the graphs wrong I think. On the vertical axis is total time in one and latency in the other, so lower is better.
k
Lower is better for both graphs. Webmvc still outperforms webflux...
There was another blog article that did a comparison of the two and webmvc came out on top as well... Someone in the comments mentioned a bug in webflux that caused blocking but that was fixed last year...
c
When I first compared WebMVC and WebFlux it was WebMVC 1.5.8 and WebFlux 2.0.0.RC and WebFlux won easily. Then I rechecked recently with 2.0.3. for both and WebMVC 1.5.12 and WebMVC was doing better in both cases.
t
@kenkyee above? Sorry still didn’t find it 🙂
k
Not in this thread.. The article someone posted just above this thread