Skip to content
Advertisement

Tag: load-testing

Constant load (x new requests per second)

Is there a way to to configure a performance test case with constant load (say, 3 new requests per second for 1 minute)? Other load testing libraries have this feature to set the request rate (e.g. Artillery.io, Vegeta). k6 has a way to set VUs, but VU does not make a new request until the previous iteration is finished. Answer

Advertisement