Skip to content

Commit

Permalink
Merge pull request #2 from patrickhuie19/feature/benchmarking-test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 authored Jan 3, 2024
2 parents a1158b4 + 81d38b2 commit 926cbf6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
uses: actions/checkout@v3

- name: Run Go Benchmark Action
uses: patrickhuie19/[email protected]
uses: patrickhuie19/[email protected].2
with:
benchmarks: 'from-pr' # Use benchmarks specified in PR, or default benchmarks
trigger-branches: 'develop' # Comma-separated list of branches for merging
benchmarks-pr: 'from-pr' # Use benchmarks specified in PR, or default benchmarks
benchmarks-merge: 'BenchmarkAdd'
trigger-branches: 'main' # Comma-separated list of branches for merging
use-gh-pages: 'true' # Enable or disable GitHub Pages
github-token: ${{ secrets.GITHUB_TOKEN }} # Use the built-in GitHub token
gh-pages-branch: 'gh-pages' # GitHub Pages branch (if use-gh-pages is true)
gh-pages-branch: 'gh-pages' # GitHub Pages branch (if use-gh-pages is true)
alert-comment-cc-users: '@patrickhuie19'

0 comments on commit 926cbf6

Please sign in to comment.