Rampup not has requested

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

![Auto Generated Inline Image 1.png|400x121](upload://qroU6JpbWv3TaktV9yLZXeRFsPF.png)

Thanks in advance for your help

 

Please have a look at the elements you have to provide so you can get help, as described in the Google Group description, in particular:

  • Provide the version of Gatling you’re using. Prior to posting, check if you’re running an old one and upgrading to latest version doesn’t fix your problem.
  • If you think you’ve found a bug, provide a Short, Self Contained, Correct (Compilable), Example (see http://sscce.org/)

Without this, there’s no way to help you.