Hello
I have a simple simulationtest ( requesting an api ) when i need to reason in terms of requests per second and not in terms of concurrent users:
So :
baseline.inject(
rampUsersPerSec (1) to (50) during (100 seconds),
constantUsersPerSec(50) during (30minutes))
).protocols(httpProtocol)
But the rampup is during less than 30s regardless of the duration i ask
and the curve has a bizarre behavior

Thanks in advance for your help