I am trying to use the per-vu-iterations
in a scenario where i want all vus to run an exact number of iterations.
export const options = {
scenarios: {
completeconfirm: {
executor: 'per-vu-iterations',
maxDuration: '30m',
}
}
};
qn 1: is it possible to send in value of vus and iterations from cli for this scenario ?
k6 run -i 10 -u 2 /test.js
qn 2: is this a typo here for the cli options - mentioning number of vus?
docs has -v
instead of -u