Top "Gatling" questions

Gatling is an open-source load testing framework based on Scala, Akka and Netty.

compilation error during gatling load test

I'm trying to write a simulation and i want to be able to run the simulation. I get an error …

scala mqtt load-testing gatling gatling-plugin
Controlling requests per second and timeout threshold in Gatling

I am working on a Gatling simulation. For the life of me, I cannot get my code to reach 10000 requests …

scala gatling
how to integrate gatling with jenkins

I want to use gatling for load testing integrating it with jenkins. Can anyone supply me the step by step …

jenkins gatling
Gatling-scala check 2 status codes (either or)

In a gatling test, I am trying to verify whether the response for a request is either 204 or 404. val scn = …

scala rest gatling