Skip to content

Commit

Permalink
prepare release v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Jan 3, 2023
1 parent f6b0a07 commit c13a7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

// Version of current fiber package
const Version = "2.40.1"
const Version = "2.41.0"

// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error
Expand Down

1 comment on commit c13a7e3

@ReneWerner87
Copy link
Member Author

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 2.

Benchmark suite Current: c13a7e3 Previous: f6b0a07 Ratio
Benchmark_App_ETag_Weak 7231 ns/op 1044 B/op 3 allocs/op 3427 ns/op 1044 B/op 3 allocs/op 2.11
Benchmark_Utils_ETag 7353 ns/op 1044 B/op 3 allocs/op 3451 ns/op 1044 B/op 3 allocs/op 2.13
Benchmark_Utils_ETag_Weak 7224 ns/op 1044 B/op 3 allocs/op 3486 ns/op 1044 B/op 3 allocs/op 2.07

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

Please sign in to comment.