Hi Gatling devs,
I was wondering if you could help me out with defining an injection that is able to reproduce this behavior.
Basically, we would like to increase the injection rate at 10% in a defined interval. For example, we would like to inject 1 user during the first 10 seconds followed by 2 which is 1+10%*1
I have looked into splitUsers() into() separatedBy() and using this in combination with constantUsersPerSecond but that did not quite work.
Then I tried using the other injection model which increased the rate from r1 to r2 during a given duration but that is not what I would like either as my growth is dependent on the previous number of users.
Wondering if there is a way to do this?