Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Compare PR Benchmark Results with default branch
if: ${{ github.event_name == 'pull_request' && steps.cache.outputs.cache-hit == 'true' }}
uses: benchmark-action/github-action-benchmark@v1.20.7
uses: benchmark-action/github-action-benchmark@v1.21.0
with:
tool: "go"
output-file-path: output.txt
Expand All @@ -106,7 +106,7 @@ jobs:

- name: Store Benchmark Results for default branch
if: ${{ github.ref_name == github.event.repository.default_branch }}
uses: benchmark-action/github-action-benchmark@v1.20.7
uses: benchmark-action/github-action-benchmark@v1.21.0
with:
tool: "go"
output-file-path: output.txt
Expand All @@ -120,7 +120,7 @@ jobs:

- name: Publish Benchmark Results to GitHub Pages
if: ${{ github.ref_name == github.event.repository.default_branch }}
uses: benchmark-action/github-action-benchmark@v1.20.7
uses: benchmark-action/github-action-benchmark@v1.21.0
with:
tool: "go"
output-file-path: output.txt
Expand Down
Loading