grafana / k6-operator

An operator for running distributed k6 tests.
Apache License 2.0
593 stars 166 forks source link

Describe logic of execution segments in distributed context #451

Open yorugac opened 3 months ago

yorugac commented 3 months ago

Distributed execution inevitably adds complexity and sometimes there is a need in additional information about how the workload is split between runners. Sample questions:

It'd be good to add a documentation page that highlights the key points about split of execution. Try to identify the pitfalls and appropriate recommendations.