Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /benchmarks | List benchmarks |
POST | /benchmarks | Create a benchmark |
GET | /benchmarks/{id} | Get benchmark details |
PATCH | /benchmarks/{id} | Update a benchmark |
DELETE | /benchmarks/{id} | Delete a benchmark |
Benchmark Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
name | string | Benchmark name |
description | string | null | Optional description |
timeout | number | Max execution time in seconds |
concurrency | number | Max concurrent task executions |
organization_id | string | Parent organization |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |