Hi,
So inside the default function i want to execute different get requests for different iteration count. For ex - 10 iteration for the get request. 20 for the next post request etc. Can this be achievable? By default the default function gets executed n no. of times. I want to control the iterations for different code sections inside a single K6 script.
If not what could be other solution using only K6?