-
-
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
4 changed files
with
109 additions
and
16 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
8dd2e6a
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_Ctx_MultipartForm
1634
ns/op 40 B/op 3 allocs/op557.7
ns/op 40 B/op 3 allocs/op2.93
Benchmark_App_MethodNotAllowed
1918
ns/op 72 B/op 2 allocs/op839.8
ns/op 72 B/op 2 allocs/op2.28
Benchmark_Router_NotFound
1917
ns/op 72 B/op 2 allocs/op807.5
ns/op 72 B/op 2 allocs/op2.37
Benchmark_Router_Handler
1123
ns/op 0 B/op 0 allocs/op259.4
ns/op 0 B/op 0 allocs/op4.33
Benchmark_Router_Handler_Strict_Case
1105
ns/op 0 B/op 0 allocs/op248.2
ns/op 0 B/op 0 allocs/op4.45
Benchmark_Router_Chain
1810
ns/op 40 B/op 2 allocs/op707.4
ns/op 40 B/op 2 allocs/op2.56
Benchmark_Router_WithCompression
1786
ns/op 40 B/op 2 allocs/op701.8
ns/op 40 B/op 2 allocs/op2.54
Benchmark_Router_Handler_CaseSensitive
1116
ns/op 0 B/op 0 allocs/op248
ns/op 0 B/op 0 allocs/op4.50
Benchmark_Router_Handler_Unescape
1204
ns/op 0 B/op 0 allocs/op274.1
ns/op 0 B/op 0 allocs/op4.39
Benchmark_Router_Handler_StrictRouting
1102
ns/op 0 B/op 0 allocs/op246.4
ns/op 0 B/op 0 allocs/op4.47
Benchmark_Middleware_BasicAuth
1468
ns/op 80 B/op 5 allocs/op536.4
ns/op 80 B/op 5 allocs/op2.74
Benchmark_Cache_AdditionalHeaders
2458
ns/op 672 B/op 11 allocs/op1217
ns/op 592 B/op 9 allocs/op2.02
Benchmark_Etag
1031
ns/op 0 B/op 0 allocs/op230.2
ns/op 0 B/op 0 allocs/op4.48
Benchmark_Middleware_Favicon
1009
ns/op 3 B/op 1 allocs/op180.3
ns/op 3 B/op 1 allocs/op5.60
Benchmark_Limiter_Custom_Store
1565
ns/op 72 B/op 2 allocs/op674
ns/op 72 B/op 2 allocs/op2.32
Benchmark_Limiter
1576
ns/op 72 B/op 2 allocs/op680.2
ns/op 72 B/op 2 allocs/op2.32
Benchmark_Logger
1203
ns/op 0 B/op 0 allocs/op336.6
ns/op 0 B/op 0 allocs/op3.57
This comment was automatically generated by workflow using github-action-benchmark.