Skip to content

Commit

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

build(deps): bump benchmark-action/github-action-benchmark from 1.20.3 to 1.20.4
  • Loading branch information
gaby authored Oct 26, 2024
2 parents 454c166 + 941ab11 commit 5d811d8
Showing 1 changed file with 3 additions and 3 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/[email protected].3
uses: benchmark-action/[email protected].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/[email protected].3
uses: benchmark-action/[email protected].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/[email protected].3
uses: benchmark-action/[email protected].4
if: ${{ github.ref_name == 'main' }}
with:
tool: 'go'
Expand Down

1 comment on commit 5d811d8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 5d811d8 Previous: 8c84b0f Ratio
Benchmark_Ctx_Send 7.138 ns/op 0 B/op 0 allocs/op 4.335 ns/op 0 B/op 0 allocs/op 1.65
Benchmark_Ctx_Send - ns/op 7.138 ns/op 4.335 ns/op 1.65
Benchmark_Utils_GetOffer/1_parameter 201.9 ns/op 0 B/op 0 allocs/op 131 ns/op 0 B/op 0 allocs/op 1.54
Benchmark_Utils_GetOffer/1_parameter - ns/op 201.9 ns/op 131 ns/op 1.54
Benchmark_Middleware_BasicAuth - B/op 80 B/op 48 B/op 1.67
Benchmark_Middleware_BasicAuth - allocs/op 5 allocs/op 3 allocs/op 1.67
Benchmark_Middleware_BasicAuth_Upper - B/op 80 B/op 48 B/op 1.67
Benchmark_Middleware_BasicAuth_Upper - allocs/op 5 allocs/op 3 allocs/op 1.67
Benchmark_CORS_NewHandler - B/op 16 B/op 0 B/op +∞
Benchmark_CORS_NewHandler - allocs/op 1 allocs/op 0 allocs/op +∞
Benchmark_CORS_NewHandlerSingleOrigin - B/op 16 B/op 0 B/op +∞
Benchmark_CORS_NewHandlerSingleOrigin - allocs/op 1 allocs/op 0 allocs/op +∞
Benchmark_CORS_NewHandlerPreflight - B/op 104 B/op 0 B/op +∞
Benchmark_CORS_NewHandlerPreflight - allocs/op 5 allocs/op 0 allocs/op +∞
Benchmark_CORS_NewHandlerPreflightSingleOrigin - B/op 104 B/op 0 B/op +∞
Benchmark_CORS_NewHandlerPreflightSingleOrigin - allocs/op 5 allocs/op 0 allocs/op +∞
Benchmark_CORS_NewHandlerPreflightWildcard - B/op 104 B/op 0 B/op +∞
Benchmark_CORS_NewHandlerPreflightWildcard - allocs/op 5 allocs/op 0 allocs/op +∞
Benchmark_Middleware_CSRF_GenerateToken - B/op 520 B/op 327 B/op 1.59
Benchmark_Middleware_CSRF_GenerateToken - allocs/op 10 allocs/op 6 allocs/op 1.67

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.