i want to use a random number for the pause-value, but i just get a random number once compiled.
I also know that this is just a “builder” and will be compiled/run just once, but how could i achieve my goal?
To be honest i think it would be better to split up the 1.5 and the 2 version Documentation, to have them separated. Maby i am the only one who likely mix the both accidentely and run on the wrong path.
In consequence i am checking the source, but the splitting up would be a time saver
i am also following the discussion about the distributed testing
To be honest i think it would be better to split up the 1.5 and the 2
version Documentation, to have them separated. Maby i am the only one who
likely mix the both accidentely and run on the wrong path.
In consequence i am checking the source, but the splitting up would be a
time saver
Exactly the reason why we're moving the documentation out of Github wiki.
I am running into a similar situation where I want to run a http call certain no. of times in a particular timeframe to test its rate limiting.
I’m trying to use duration() and repeat () to achieve this but getting an error when injecting 1 user to run this
val scn1 =
during (6000) {
scenario("Setup ")
.repeat(200)(
exec(
http("Get http call")
.get(**"**https://hello.com/list")