-
-
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.
fix typo for paramsInt function (#1913)
- Loading branch information
1 parent
deb02cb
commit 061c2a9
Showing
1 changed file
with
1 addition
and
1 deletion.
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
061c2a9
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
1342
ns/op 1440 B/op 5 allocs/op552.2
ns/op 1440 B/op 5 allocs/op2.43
Benchmark_App_ETag
6771
ns/op 1044 B/op 3 allocs/op3268
ns/op 1044 B/op 3 allocs/op2.07
Benchmark_App_ETag_Weak
6837
ns/op 1068 B/op 4 allocs/op3389
ns/op 1068 B/op 4 allocs/op2.02
Benchmark_Utils_ETag
6953
ns/op 1044 B/op 3 allocs/op3442
ns/op 1044 B/op 3 allocs/op2.02
Benchmark_Utils_ETag_Weak
7018
ns/op 1068 B/op 4 allocs/op3405
ns/op 1068 B/op 4 allocs/op2.06
This comment was automatically generated by workflow using github-action-benchmark.