Support both a number of iterations and Duration
Melanie-RK opened this issue · 3 comments
Melanie-RK commented
rabelenda commented
Thank you for asking for this!
This is an interesting use case. Anyone else with the same need?
We may implement something like:
threadGroup()
.rampTo(1, Duration.ofSeconds(1))
.holdIterating(30)
.upTo(Duration.ofMinutes(200))
Any other ideas or comments?
Melanie-RK commented
That looks good to me, very easy to see at a glance what it does
rabelenda commented
This has been added on latest release