diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 44f4095..348dc30 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -10,10 +10,12 @@ jobs: uses: actions/checkout@v3 - name: Run Go Benchmark Action - uses: patrickhuie19/benchmark-action@v0.2 + uses: patrickhuie19/benchmark-action@v0.2.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) \ No newline at end of file + gh-pages-branch: 'gh-pages' # GitHub Pages branch (if use-gh-pages is true) + alert-comment-cc-users: '@patrickhuie19' \ No newline at end of file