Run the full k6 load test
run_load_testRun a pre-generated k6 load test against authorized hosts from allowedHosts, executing the script's defined VUs, duration, and stages.
Instructions
Executes the load test at the VUs/duration/stages baked into the generated script by generate_k6_script. Only runs against hosts listed in perf-agent.config.json's allowedHosts -- add a host there yourself (the tools won't do it for you) once you've confirmed you're authorized to load-test it. Can take as long as the test's own duration/stages; call smoke_test_script first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runDir | Yes | runDir returned by generate_k6_script |