patrickhuie19/Go Benchmark Action
Run Go benchmarks and optionally publish results to GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| benchmarks-pr | Comma-separated list of benchmarks to run on PRs (e.g., BenchmarkOne, BenchmarkTwo). Set to "from-pr" to extract from PR description. | no | from-pr |
| benchmarks-merge | Comma-separated list of benchmarks to run on merges (e.g., BenchmarkOne, BenchmarkTwo). | no | "" |
| trigger-branches | Comma-separated list of branches for which merges will trigger this action. | yes | — |
| use-gh-pages | Flag to enable publishing results to GitHub Pages (true or false) | no | false |
| github-token | GitHub token for authentication (GITHUB_TOKEN or a personal access token). Required if use-gh-pages is true. | no | — |
| gh-pages-branch | The GitHub Pages branch to push results to (defaults to gh-pages). Required if use-gh-pages is true. | no | gh-pages |
| alert-comment-cc-users | Comma-separated list of users to cc on alert comments (e.g., @user1, @user2). | no | "" |
Outputs
no outputs