[ci] Benchmark tracking #3698
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
commonware-mcp | ab6116b | May 04 2026, 06:43 PM |
Deploying monorepo with
|
| Latest commit: |
ab6116b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a9053fbe.monorepo-eu0.pages.dev |
| Branch Preview URL: | https://cl-bench-tracker.monorepo-eu0.pages.dev |
6e914f3 to
52f555f
Compare
Benchmark resultsTip ✅ PASSED: No benchmark exceeded the regression threshold. Warning 1 benchmark(s) had no uploaded main-branch baseline. Benchmark comparison table
|
b7ccf34 to
0c043f3
Compare
|
As discussed, we should probably resolve this: |
713e9bf to
82fe7ea
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ab6116b. Configure here.
|
|
||
| concurrency: | ||
| group: check-${{ github.event.pull_request.number || github.ref }} | ||
| cancel-in-progress: true |
There was a problem hiding this comment.
Unconditional cancel-in-progress breaks main baseline uploads
Medium Severity
cancel-in-progress: true is unconditional, unlike every other workflow in this repo which uses cancel-in-progress: ${{ github.event_name == 'pull_request' }}. This means rapid pushes to main will cancel in-progress benchmark runs before they can upload their baseline artifact, potentially leaving PRs with a stale or missing baseline. For a 180-minute-timeout benchmark job, this window is significant.
Reviewed by Cursor Bugbot for commit ab6116b. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3698 +/- ##
=======================================
Coverage 95.77% 95.77%
=======================================
Files 459 458 -1
Lines 178700 178691 -9
Branches 4158 4158
=======================================
- Hits 171143 171139 -4
+ Misses 6232 6226 -6
- Partials 1325 1326 +1 see 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|


Overview
Adds a new workflow for running a configurable list of benchmarks on PRs and comparing them with results from
mainin order for us to more easily catch performance regressions in important areas.