Get a previously created BenchmarkRun.
Get a BenchmarkRun given ID.
Path parameters
The BenchmarkRun ID.
Response
OK
The ID of the BenchmarkRun.
The ID of the Benchmark definition. Present if run was created from a benchmark definition.
The name of the BenchmarkRun.
The time the benchmark run execution started (Unix timestamp milliseconds).
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.
User defined metadata to attach to the benchmark run for organization.
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'.