Skip to main content

Module engine

Module engine 

Source

Structs§

Engine
The engine orchestrates a complete load test job.
EngineResult

Functions§

emit_handle_summary
Invoke the script’s handleSummary(data) (k6) after the run and write the returned files (stdout key prints to stdout). When the script declares no handleSummary, honor --summary-export by writing the default summary data object as JSON. Best-effort — a failing script summary never fails the run.