-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/spf13/cobra to v1.7.0
- Loading branch information
1 parent
97066c1
commit 4dce6b4
Showing
4 changed files
with
6 additions
and
2 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
4dce6b4
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 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.BenchmarkResolveBooleanValue/test_staticBoolFlag
3120
ns/op 304 B/op 7 allocs/op1545
ns/op 304 B/op 7 allocs/op2.02
BenchmarkResolveBooleanValue/test_targetingBoolFlag
19125
ns/op 5025 B/op 83 allocs/op12665
ns/op 5025 B/op 83 allocs/op1.51
BenchmarkResolveBooleanValue/test_staticObjectFlag
1984
ns/op 304 B/op 7 allocs/op1518
ns/op 304 B/op 7 allocs/op1.31
BenchmarkResolveStringValue/test_staticStringFlag
2181
ns/op 336 B/op 9 allocs/op1610
ns/op 336 B/op 9 allocs/op1.35
BenchmarkResolveStringValue/test_targetingStringFlag
19207
ns/op 5049 B/op 85 allocs/op12567
ns/op 5049 B/op 85 allocs/op1.53
BenchmarkResolveStringValue/test_missingFlag
2263
ns/op 368 B/op 9 allocs/op1700
ns/op 368 B/op 9 allocs/op1.33
BenchmarkResolveIntValue/test_staticIntFlag
2141
ns/op 304 B/op 7 allocs/op1538
ns/op 304 B/op 7 allocs/op1.39
BenchmarkResolveIntValue/test_targetingNumberFlag
16218
ns/op 5033 B/op 83 allocs/op11647
ns/op 5033 B/op 83 allocs/op1.39
BenchmarkResolveIntValue/test_staticObjectFlag
2016
ns/op 304 B/op 7 allocs/op1493
ns/op 304 B/op 7 allocs/op1.35
BenchmarkResolveIntValue/test_missingFlag
2202
ns/op 352 B/op 9 allocs/op1685
ns/op 352 B/op 9 allocs/op1.31
BenchmarkResolveIntValue/test_disabledFlag
2212
ns/op 368 B/op 9 allocs/op1699
ns/op 368 B/op 9 allocs/op1.30
BenchmarkResolveObjectValue/test_targetingObjectFlag
22987
ns/op 6314 B/op 107 allocs/op16069
ns/op 6314 B/op 107 allocs/op1.43
BenchmarkResolveObjectValue/test_missingFlag
2229
ns/op 368 B/op 9 allocs/op1712
ns/op 368 B/op 9 allocs/op1.30
BenchmarkResolveObjectValue/test_disabledFlag
2217
ns/op 368 B/op 9 allocs/op1701
ns/op 368 B/op 9 allocs/op1.30
BenchmarkFlag_Evaluation_ResolveBoolean/happy_path
11558
ns/op 2720 B/op 32 allocs/op8651
ns/op 2720 B/op 32 allocs/op1.34
BenchmarkFlag_Evaluation_ResolveInt/happy_path
12266
ns/op 2720 B/op 32 allocs/op8716
ns/op 2720 B/op 32 allocs/op1.41
This comment was automatically generated by workflow using github-action-benchmark.