Hi Everyone,
I am new to gatling and I had this situation that seems weird… I had this setup:
setUp(
browsing.inject(rampUsersPerSec(3) to(180) during(60 minutes))
).protocols(httpProtocol)
I have this test running simultaneously in two different server so I was expecting having the maximum of 360 users.
But as you can see it went far from it.
Is this expected?
Thank you,