How to increase load in percentage in gatling?

HI,

we wanted to increase 10% load after putting initial load of constant say 10 users for 5 mins then for each minute increase the concurrent users by 10% for each 1 min for the duration of 30 mins

for ex. constantUserspersec(5) for 5 min
for next 1 min constantUserspersec(5.5)
for next 1 min constantUserspersec(6)

for next 1 min constantUserspersec(6.5)

like this for 30 mins

You can use https://gatling.io/docs/gatling/reference/current/general/simulation_setup/#meta-dsl but it only supports values, not percentiles, so you’ll have to do the maths.