zhihuili/flower

web性能测试

zhihuili opened this issue · 0 comments

使用Servlet3.0的异步特性,结合Flower的sync调用,构建一个标准web处理demo,进行性能测试。

对比性能:

  1. Servlet非异步
  2. Servlet异步,后续业务同步
  3. Spring WebFlux