-
-
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.
v3: fix benchmark results related to handler, next (#2130)
- Loading branch information
Showing
3 changed files
with
70 additions
and
13 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
23b8170
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_AcquireCtx
1325
ns/op 1568 B/op 5 allocs/op661.9
ns/op 1568 B/op 5 allocs/op2.00
Benchmark_Cache
13791
ns/op 49369 B/op 6 allocs/op318.6
ns/op 16 B/op 2 allocs/op43.29
Benchmark_Cache_AdditionalHeaders
1188
ns/op 592 B/op 9 allocs/op416.9
ns/op 16 B/op 2 allocs/op2.85
Benchmark_Limiter
619.7
ns/op 72 B/op 2 allocs/op308
ns/op 8 B/op 1 allocs/op2.01
This comment was automatically generated by workflow using github-action-benchmark.