List benchmark summaries for a commit
list_summariesRetrieve compiler benchmark summaries for a specific commit, with detailed compile-time and cycle-count metrics, filterable by test name, cloud, or context, and supports pagination.
Instructions
List compiler benchmark summary rows for a given commit short-sha (first 10 hex chars). Each row's summary field is a JSON blob with detailed compile-time and cycle-count metrics. Optionally filter by test name (exact) or a substring of it, and by cloud/context. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Short commit sha, first 10 hex chars (from list_recent_commits) | |
| test | No | Exact test name to filter on | |
| cloud | No | Exact cloud value to filter on (e.g. 'aks') | |
| limit | No | Max rows to return | |
| offset | No | Row offset for pagination | |
| context | No | Exact context value to filter on (e.g. 'test-snapshot-8pe') | |
| testContains | No | Case-insensitive substring match on test name |