I’m new to k6 and doing research with scripted load testing platforms. I’m wondering if the multiple requests specified with http.batch can have weights applied to them? For example, say I have 3 requests, and the first I want to run 60% of the time, and the other two 20% of the time, how would I do that?
Also, I’ll be performance testing a complex api, is there a way to group a set of http requests into a common function and batch those functions?