You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

693 B

Build Status

This is a sample Spring Boot/Maven Project with Gatling tests incorporated in build. For learning purpose.

Run all with tests from Maven

This will start the jety server and then run the performance tests :

mvn install

Run from your IDE

It is faster than from Maven because your IDE already compiled all sources.

Start the project

Run the main from com.worldline.formation.gatling.service.Application

Launch the gatling tests

Run the main from com.worldline.formation.gatling.service.FibonacciSimulation