ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Improve the label and link of the current-bench check in the list of checks for a PR #463

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

When a repo has multiple configurations for different benchmark runs, the checks list previously displayed only entry which could be confusing for the users especially when one of the runs was much longer than the other. This PR fixes the number of entries to match with the number of configurations for a repo, and fixes the links to go to the correct page.

Closes #453

NOTE: The PR has an unrelated commit that improves #461 to print a log message when the local GitHub app isn't running.