Actions
| Action | Description |
|---|---|
list | List all benchmark runs in the organization |
create | Start a new benchmark run |
get | Get a benchmark run by ID |
complete | Mark a benchmark run as complete |
cancel | Cancel a benchmark run |
Parameters
list
No parameters.
create
| Parameter | Type | Required | Description |
|---|---|---|---|
benchmarkId | string | yes | Benchmark ID to run |
get
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Benchmark run ID |
complete
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Benchmark run ID |
cancel
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Benchmark run ID |