Skip to content

Commit

Permalink
prepare release v2.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Aug 2, 2022
1 parent c59370f commit 7108b44
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 @@ -29,7 +29,7 @@ import (
)

// Version of current fiber package
const Version = "2.36.0
const Version = "2.36.0"

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

1 comment on commit 7108b44

@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: 7108b44 Previous: 62866ee Ratio
Benchmark_AcquireCtx 921.5 ns/op 1568 B/op 5 allocs/op 36.93 ns/op 0 B/op 0 allocs/op 24.95
Benchmark_Ctx_Protocol 15.45 ns/op 0 B/op 0 allocs/op 3.558 ns/op 0 B/op 0 allocs/op 4.34

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

Please sign in to comment.