-
Notifications
You must be signed in to change notification settings - Fork 105
Add alarm for benchmark UI if a regression is detected in latest report #7321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
} | ||
|
||
// get latest report from response | ||
const report = resp.reports[0] as BenchmarkRegressionReport; |
There was a problem hiding this comment.
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
Overview
add alarm notification if there is a regession generated
https://torchci-git-3summaryreport-fbopensource.vercel.app/benchmark/compilers_regression
Details
Rendering
render red if regression,
render warning if suspicious or no summary report is generated for 3 days
Demo
demo when there is regression

demo when we have outdated report detected
