Skip to content

Commit

Permalink
prepare release 2.37.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Aug 18, 2022
1 parent 648e662 commit f031e08
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 @@ -30,7 +30,7 @@ import (
)

// Version of current fiber package
const Version = "2.36.0"
const Version = "2.37.0-rc.1"

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

1 comment on commit f031e08

@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: f031e08 Previous: 2204bc5 Ratio
Benchmark_Ctx_Protocol 15.92 ns/op 0 B/op 0 allocs/op 2.55 ns/op 0 B/op 0 allocs/op 6.24

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

Please sign in to comment.