grafana / k6-cloud-feature-requests

The place to propose, dicuss and vote for k6 Cloud features and ideas.
9 stars 1 forks source link

Add support to distribute scenarios #20

Closed dgzlopes closed 9 months ago

dgzlopes commented 3 years ago

I would like to distribute the execution of some scenarios over X load zones while running another scenario only in one load zone.

So, I suppose, this feature request is about:

na-- commented 1 year ago

FWIW, this should be relatively straightforward to implement if we have test suites (https://github.com/grafana/k6/issues/1342) and native distributed execution (https://github.com/grafana/k6/issues/140). Geo-istribution per scenario is kind of impossible because of the ways VUs and scenarios work together.