mirror of https://github.com/gofiber/fiber.git
Merge pull request #3177 from gofiber/dependabot/github_actions/benchmark-action/github-action-benchmark-1.20.4
build(deps): bump benchmark-action/github-action-benchmark from 1.20.3 to 1.20.4pull/3172/head^2
commit
5d811d8505
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
# This will only run if we have Benchmark Results from main branch
|
||||
- name: Compare PR Benchmark Results with main branch
|
||||
uses: benchmark-action/github-action-benchmark@v1.20.3
|
||||
uses: benchmark-action/github-action-benchmark@v1.20.4
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
with:
|
||||
tool: 'go'
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
alert-threshold: "150%"
|
||||
|
||||
- name: Store Benchmark Results for main branch
|
||||
uses: benchmark-action/github-action-benchmark@v1.20.3
|
||||
uses: benchmark-action/github-action-benchmark@v1.20.4
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
with:
|
||||
tool: 'go'
|
||||
|
@ -86,7 +86,7 @@ jobs:
|
|||
alert-threshold: "150%"
|
||||
|
||||
- name: Publish Benchmark Results to GitHub Pages
|
||||
uses: benchmark-action/github-action-benchmark@v1.20.3
|
||||
uses: benchmark-action/github-action-benchmark@v1.20.4
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
with:
|
||||
tool: 'go'
|
||||
|
|
Loading…
Reference in New Issue