Commit 7258a16
perf: run benchmarks daily and deduplicate regression issues (#1871)
* perf: run benchmarks daily and deduplicate regression issues
- Change cron schedule from weekly (Mondays) to daily at 06:00 UTC
- When a regression is detected, check for an existing open issue with
performance+needs-investigation labels before creating a new one.
If one exists, comment on it with updated data instead of duplicating.
Closes #1865
Closes #1868
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: filter out PRs from dedup query and trim update comments
Address Copilot review feedback:
- Filter out pull requests from issues.listForRepo results since the API
returns both issues and PRs; an open PR with matching labels could be
mistakenly selected instead of a regression issue.
- Reduce update comment size to a short summary (date, run link, commit,
regression list) with a link to full artifacts, avoiding potential
GitHub comment size limits on daily runs.
- Bump per_page from 1 to 5 to account for PRs being filtered out.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 46dbac3 commit 7258a16
1 file changed
Lines changed: 34 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
172 | | - | |
173 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
176 | 202 | | |
177 | | - | |
| 203 | + | |
178 | 204 | | |
0 commit comments