Skip to content
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

Ensure link to compare page is always present #1291

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

rylev
Copy link
Member

@rylev rylev commented Apr 11, 2022

Fixes #1289

After some refactoring, we accidentally removed the link to the compare page when the results of a perf run were not relevant (see here for an example). This adds it back and simplifies how we build up the message to be posted on GitHub.

@rylev rylev requested a review from Kobzol April 11, 2022 08:33
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

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

Great :) I wonder if we should also generate -perf-regression even if no relevant results were found? E.g. a previous run might have generated a regression, and another one (after some change) could return no relevant changes.

site/src/github.rs Outdated Show resolved Hide resolved
@rylev
Copy link
Member Author

rylev commented Apr 11, 2022

Great :) I wonder if we should also generate -perf-regression even if no relevant results were found? E.g. a previous run might have generated a regression, and another one (after some change) could return no relevant changes.

That's a great point. I don't believe we ever did that though so let's tackle that in another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore link to perf run results in non relevant runs
2 participants