Hello,
I use Gatling 1.5.6.
setUp(ExempleScenarioA.scn.users(500).ramp(50).protocolConfig(httpConf))
In this example, scénario starts with 0 user and then the number of users increases up to 500 users in 50 sec.
How can we do the same thing but with a starting 15 users?
thank you