Relative Content

Tag Archive for gatling

Is there a way to see all the reports generated by gatling together?

I have two gatling simulation classes, say A.java and B.java. I am using gradle for the project. When I run both of the simulation classes by ./gradlew gatlingRun --all Gatling produces reports for individual simulation classes and stores them in separate folders. I have to open them individually. Is there any way that will show the reports together like JUnit does?

Gatling 3.11. ClosedEnjectionStep for less than 1 rps

I want to start my scenario from 10 requests per minute with the closed model. This is 0.16 RPS. Than I want to increase request count via incrementConcurrentUsers method. But there is no ability to setup closed profile with values less then 1: