Hi,
I noticed strange behaviour when using constantUsersPerSec. For scenario configuration:
constantUsersPerSec(130) during (4 minutes)
active users count has some unexpected peak at the beginning of the test:
I changed the configuration to something like this:
.inject(
constantUsersPerSec(30) during (30 seconds),
constantUsersPerSec(60) during (30 seconds),
constantUsersPerSec(90) during (30 seconds),
constantUsersPerSec(120) during (30 seconds),
constantUsersPerSec(150) during (30 seconds)
)
And the same thing happens:
How to explain such behaviour?