-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
110 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b637dbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Benchmark_Router_Handler
2513
ns/op 128 B/op 3 allocs/op1123
ns/op 0 B/op 0 allocs/op2.24
Benchmark_Router_Handler_Strict_Case
2525
ns/op 128 B/op 3 allocs/op1105
ns/op 0 B/op 0 allocs/op2.29
Benchmark_Router_Handler_CaseSensitive
2620
ns/op 128 B/op 3 allocs/op1116
ns/op 0 B/op 0 allocs/op2.35
Benchmark_Router_Handler_Unescape
2521
ns/op 128 B/op 3 allocs/op1204
ns/op 0 B/op 0 allocs/op2.09
Benchmark_Router_Handler_StrictRouting
2475
ns/op 128 B/op 3 allocs/op1102
ns/op 0 B/op 0 allocs/op2.25
Benchmark_Etag
2417
ns/op 128 B/op 3 allocs/op1031
ns/op 0 B/op 0 allocs/op2.34
Benchmark_Middleware_Favicon
2291
ns/op 131 B/op 4 allocs/op1009
ns/op 3 B/op 1 allocs/op2.27
Benchmark_Limiter_Custom_Store
3160
ns/op 200 B/op 5 allocs/op1565
ns/op 72 B/op 2 allocs/op2.02
Benchmark_Limiter
3230
ns/op 200 B/op 5 allocs/op1576
ns/op 72 B/op 2 allocs/op2.05
Benchmark_Logger
2811
ns/op 128 B/op 3 allocs/op1203
ns/op 0 B/op 0 allocs/op2.34
This comment was automatically generated by workflow using github-action-benchmark.