You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to share job output on GitHub so I can show performance measurements related to my work.
We want to make it easy to share job output on issues and pull requests on GitHub.
In the past this was implemented by letting the PerfCheck GitHub user post to pull requests or issues. We found that this caused a lot of noise on the tickets as people were repeatedly posting information.
It would probably be better if they could add a single piece of formatting to their PR description or comment with an SVG image link or something similar which would present the output with a link back to the full output.
Optionally we can also have a button somewhere that instructs the PerfCheck bot to look for a PR for the benchmarked branch and add a comment with this markup.
The text was updated successfully, but these errors were encountered:
present the output with a link back to the full output.
I'm currently mulling over whether we should actually try and go a very minimal "badge" route (can play on https://shields.io to imagine)
Given that there can be multiple urls tested, we'd probably want a badge per url. And URLs are long, so maybe this is a bad idea.
Optionally we can also have a button somewhere that instructs the PerfCheck bot to look for a PR for the benchmarked branch and add a comment with this markup.
+1 for this. I'm thinking we should preview the badge on the job, give them a button to "copy url to badge" and "post badge to PR".
We want to make it easy to share job output on issues and pull requests on GitHub.
In the past this was implemented by letting the PerfCheck GitHub user post to pull requests or issues. We found that this caused a lot of noise on the tickets as people were repeatedly posting information.
It would probably be better if they could add a single piece of formatting to their PR description or comment with an SVG image link or something similar which would present the output with a link back to the full output.
Optionally we can also have a button somewhere that instructs the PerfCheck bot to look for a PR for the benchmarked branch and add a comment with this markup.
The text was updated successfully, but these errors were encountered: