webflux在spring官網里明確告訴我們並不是提高性能:
Reactive and non-blocking generally do not make applications run faster.
它只是說明,webflux可以在有限的資源下提高系統的吞吐量和伸縮性:
The key expected benefit of reactive and non-blocking is the ability to scale with a small, fixed number of threads and less memory.