Skip to content

vioao/webflux-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPRING MVC VS. SPRING WEBFLUX

env

  1. build service image

    • under folder flux: docker build -t vioao/flux .
    • under folder mvc: docker build -t vioao/mvc .
    • under folder web: docker build -t vioao/web .
  2. run the service with limited cpu and memory

    docker-compose --compatibility up

  3. begin performance test with jmeter, just import the configuration file under folder jmeter and configure the thread group by yourself.

  4. you can configure your jmx to monitor the resources usage

Under the static folder, there is a stress test result(with 1000 threads, 10 ramp-up period, 50 execute times) to test the issue that there is remote network call with 10ms delay.

  • performance

    env

  • resource usage

    • mvc env

    • flux env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published