pub async fn run_bench(inputs: CloudBenchInputs) -> Result<CloudRunArtifacts>Expand description
Run a k6 load test against CloudBenchInputs::target_url and return all
produced artifacts in memory.
Requires the k6 binary on $PATH. Returns BenchError::K6NotFound if
not present.