I have my Gatling scenario set up and now I want to configure a simulation with fixed number of users for specific period of time - number of users should initially be increased gradually to specific value and then kept there by adding new as required as users finish.
I specifically don't want to use constantUsersPerSec
(which injects users at a constant rate) but something like .throttle(reachUsers(100) in rampUpTime, holdFor(10 minute))
which should inject users when required.