-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add ability to control benchmarks by PR labels. (#267)
DESCRIPTION: This PR enables picking the type of benchmarks we want to run on our first commit (the one that PR is opened with) or controlling the benchmarks we want to run on our next commit on that PR. USAGE: The two labels we can use at the moment are: `action/no-benchmark` and `action/full-benchmark`. If PR has following labels, here is what it will do: * Label(s) = [`action/no-benchmark`] > No benchmarks will be ran. * Label(s) = [`action/full-benchmark`] > All the benchmarks will be ran. * Label(s) = [`action/no-benchmark` and `action/full-benchmark`] > `action/no-benchmark` takes precedence therefore, no benchmarks will be ran. * Label(s) = [] (no label provided) > Partial / short benchmarks will be ran.
- Loading branch information
1 parent
82b9468
commit e32efe0
Showing
2 changed files
with
74 additions
and
18 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
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