Cancel a Benchmark run. This will do the following: 1. Cancel all running scenarios and shutdown the underlying Devbox resources 2. Update the benchmark state to CANCELED 3. Calculate final score from completed scenarios
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The BenchmarkRun ID.
OK
A BenchmarkRunView represents a run of a complete set of Scenarios, organized under a Benchmark or created by a BenchmarkJob.
The ID of the BenchmarkRun.
The time the benchmark run execution started (Unix timestamp milliseconds).
The state of the BenchmarkRun.
running, canceled, completed, failed User defined metadata to attach to the benchmark run for organization.
The ID of the Benchmark definition. Present if run was created from a benchmark definition.
The name of the BenchmarkRun.
The duration for the BenchmarkRun to complete.
The final score across the BenchmarkRun, present once completed. Calculated as sum of scenario scores / number of scenario runs.
Purpose of the run.
Environment variables used to run the benchmark.
User secrets used to run the benchmark. Example: {"DB_PASS": "DATABASE_PASSWORD"} would set the environment variable 'DB_PASS' on all scenario devboxes to the value of the secret 'DATABASE_PASSWORD'.