This tip is very useful to me, too. Might I suggest including in the documentation as a cookbook?
Thanks!
This tip is very useful to me, too. Might I suggest including in the documentation as a cookbook?
Thanks!
I intend to start working on Gatling 2M4 documentation this week.
Actually, there's a more simple solution:
.pause(session => session("delay_one_duration").validate[Int].map(i => i
seconds))
or shorter:
.pause(_("delay_one_duration").validate[Int].map(_ seconds))