Structs§
- Engine
- The engine orchestrates a complete load test job.
- Engine
Result
Functions§
- emit_
handle_ summary - Invoke the script’s
handleSummary(data)(k6) after the run and write the returned files (stdoutkey prints to stdout). When the script declares no handleSummary, honor--summary-exportby writing the default summary data object as JSON. Best-effort — a failing script summary never fails the run.