Skip to content

Commit

Permalink
Merge pull request #4 from gofiber/dependabot/github_actions/benchmar…
Browse files Browse the repository at this point in the history
…k-action/github-action-benchmark-1.20.4

Bump benchmark-action/github-action-benchmark from 1.20.3 to 1.20.4
  • Loading branch information
gaby authored Oct 27, 2024
2 parents dde0765 + 8ed48ec commit 949b35e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion decoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@ func BenchmarkSimpleStructDecode(b *testing.B) {
b.ResetTimer()

for i := 0; i < b.N; i++ {
decoder.Decode(&s, data)
_ = decoder.Decode(&s, data)
}
}

Expand Down

0 comments on commit 949b35e

Please # to comment.