-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Allow upstream git refs to be used for benchmarking (#3730)
Had trouble running the benchmarking tool when local branch names didn't match remote branch names. Fix it so that we check for upstream branch names and use them. E.g. if I run the tool on `local-branch-name`, it finds `origin/user/remote-branch-name` then runs the action on `user/remote-branch-name`.
- Loading branch information
1 parent
684505b
commit 3462732
Showing
1 changed file
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters