Skip to content

Commit

Permalink
Update app.go
Browse files Browse the repository at this point in the history
prepare release v2.49.1
  • Loading branch information
ReneWerner87 committed Sep 2, 2023
1 parent e85ceda commit b932bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -30,7 +30,7 @@ import (
)

// Version of current fiber package
const Version = "2.49.0"
const Version = "2.49.1"

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

2 comments on commit b932bf1

@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: b932bf1 Previous: 8bb5e21 Ratio
Benchmark_App_ETag 9237 ns/op 1044 B/op 3 allocs/op 3674 ns/op 1044 B/op 3 allocs/op 2.51

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

@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: b932bf1 Previous: 8bb5e21 Ratio
Benchmark_App_ETag 7498 ns/op 1044 B/op 3 allocs/op 3674 ns/op 1044 B/op 3 allocs/op 2.04

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

Please sign in to comment.