Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The BenchmarkRun ID.
Response
OK
A BenchmarkRunView represents a run of a complete set of Scenarios, organized under a Benchmark.
The ID of the BenchmarkRun.
The ID of the Benchmark.
The time the benchmark run execution started (Unix timestamp milliseconds).
The state of the BenchmarkRun.
running
, canceled
, completed
User defined metadata to attach to the benchmark run for organization.
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'.