Skip to content

ChristopheRuze/spring-boot-1-vs-2-performance

 
 

Repository files navigation

spring-boot-1-vs-2-performance

The aim of the project is to analyze the performance of spring-boot web against the spring-boot web-reactive framework. We are comparing:

  • Spring-boot web - 1.5.10.RELEASE
  • spring-boot web - 2.0.0.RELEASE
  • spring-boot reactive-web - 2.0.0.RELEASE

For testing, we have a rest endpoint POST /persons that accepts a json Person object and returns an object with UUID.
Gatlin is used to run the tests and generate report.

Start the app with

mvn spring-boot:run

Run tests with

./gradlew loadTest -D SIM_USERS=5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.2%
  • JavaScript 16.8%
  • CSS 11.5%
  • Kotlin 4.3%
  • Scala 0.2%