-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
SPMI: Include example diffs in markdown summary #82364
Conversation
This adds up to 3 improvement and 3 regression example diffs to the markdown summary for each collection. The examples are picked to be the highest percentage wise improvements and regressions with a limit on the total size of the diff to avoid too much text in the diffs.
Unfortunately AzDO does not render the diffs with syntax highlighting in the Extensions tab: https://dev.azure.com/dnceng-public/public/_build/results?buildId=177452&view=ms.vss-build-web.run-extensions-tab |
Co-authored-by: Adeel Mujahid <[email protected]>
…nto spmi-example-diffs
This reverts commit f30ceca.
Doing this in superpmi_diffs_summarize.py was manageable and saves us from having to pass through some --ci flag to superpmi.py. This is the example of the diffs page. A screenshot: PTAL @dotnet/jit-contrib |
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.
Very cool! LGTM.
This adds up to 3 improvement and 3 regression example diffs to the
markdown summary for each collection. The examples are picked to be the
highest percentage wise improvements and regressions with a limit on the
total size of the diff to avoid too much text in the diffs.