Skip to content

Conversation

yangw-dev
Copy link
Contributor

@yangw-dev yangw-dev commented Oct 8, 2025

Overview

add alarm notification if there is a regession generated

https://torchci-git-3summaryreport-fbopensource.vercel.app/benchmark/compilers_regression

Details

  1. enable user to view the regression in sidepanel
  2. enable the alarm pop up in the top bar if there is an

Rendering

render red if regression,
render warning if suspicious or no summary report is generated for 3 days

Demo

demo when there is regression
demoAlarm

demo when we have outdated report detected
image

Copy link

vercel bot commented Oct 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
torchci Ready Ready Preview Oct 9, 2025 2:11am

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 8, 2025
@yangw-dev yangw-dev changed the base branch from main to summaryReport2 October 8, 2025 00:06
}

// get latest report from response
const report = resp.reports[0] as BenchmarkRegressionReport;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@huydhn
by the way, you might not able to see the alert now since now regression is detected with latest report,
but if you run locally and change the [0] to[2] which is the regression report, you might see it

Base automatically changed from summaryReport2 to main October 9, 2025 01:03
@yangw-dev yangw-dev merged commit ec9c167 into main Oct 9, 2025
5 checks passed
@yangw-dev yangw-dev deleted the 3summaryReport branch October 9, 2025 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants