Hello,
I am new to Gatling, I already have my scenario set up, which lasts about 40 sec per user. I need a simulation with steady number of users for specific period of time:
Ramp up to 100 users in 1 min, keep 100 users for 10 min, ramp down
Ramp up to 2500 users in 10 min, keep 2500 users for 2 hours min, ramp down
I tried to use constantUsersPerSec
but unable to keep active users steady.
I do not want to use throttle, since this will keep RPS steady and not number of users.
Can anybody help with this? Or am I misunderstanding how injecting users works?
Thank You
RS