Get a previously created BenchmarkRun.
Get a BenchmarkRun given ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The BenchmarkRun ID.
Response
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
, completed
List of Scenarios that need to be completed before benchmark can be completed.
List of Scenarios have been completed.
A BenchmarkRunScenariosListView represents a run of a complete set of Scenarios run, organized under a Benchmark.
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.
Was this page helpful?