-
Notifications
You must be signed in to change notification settings - Fork 73
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/rs/cors to v1.9.0
- Loading branch information
1 parent
0fbd30f
commit c983fbc
Showing
2 changed files
with
4 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
c983fbc
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
2636
ns/op 304 B/op 7 allocs/op1569
ns/op 96 B/op 4 allocs/op1.68
BenchmarkResolveBooleanValue/test_staticObjectFlag
2099
ns/op 304 B/op 7 allocs/op1437
ns/op 96 B/op 4 allocs/op1.46
BenchmarkResolveBooleanValue/test_missingFlag
2260
ns/op 368 B/op 9 allocs/op1634
ns/op 160 B/op 6 allocs/op1.38
BenchmarkResolveBooleanValue/test_disabledFlag
2269
ns/op 368 B/op 9 allocs/op1648
ns/op 160 B/op 6 allocs/op1.38
BenchmarkResolveStringValue/test_staticStringFlag
2141
ns/op 336 B/op 9 allocs/op1596
ns/op 128 B/op 6 allocs/op1.34
BenchmarkResolveStringValue/test_staticObjectFlag
2002
ns/op 304 B/op 7 allocs/op1452
ns/op 96 B/op 4 allocs/op1.38
BenchmarkResolveStringValue/test_missingFlag
2242
ns/op 368 B/op 9 allocs/op1698
ns/op 160 B/op 6 allocs/op1.32
BenchmarkResolveStringValue/test_disabledFlag
2324
ns/op 368 B/op 9 allocs/op1685
ns/op 160 B/op 6 allocs/op1.38
BenchmarkResolveIntValue/test_staticIntFlag
2112
ns/op 304 B/op 7 allocs/op1537
ns/op 96 B/op 4 allocs/op1.37
BenchmarkResolveIntValue/test_staticObjectFlag
2032
ns/op 304 B/op 7 allocs/op1420
ns/op 96 B/op 4 allocs/op1.43
BenchmarkResolveIntValue/test_missingFlag
2189
ns/op 352 B/op 9 allocs/op1657
ns/op 144 B/op 6 allocs/op1.32
BenchmarkResolveObjectValue/test_staticBoolFlag
1946
ns/op 304 B/op 7 allocs/op1441
ns/op 96 B/op 4 allocs/op1.35
BenchmarkResolveObjectValue/test_disabledFlag
2174
ns/op 368 B/op 9 allocs/op1659
ns/op 160 B/op 6 allocs/op1.31
BenchmarkFlag_Evaluation_ResolveBoolean/happy_path
11271
ns/op 2720 B/op 32 allocs/op8292
ns/op 1368 B/op 20 allocs/op1.36
BenchmarkFlag_Evaluation_ResolveString/happy_path
11850
ns/op 2736 B/op 32 allocs/op8014
ns/op 1384 B/op 20 allocs/op1.48
BenchmarkFlag_Evaluation_ResolveFloat/happy_path
11087
ns/op 2720 B/op 32 allocs/op7930
ns/op 1368 B/op 20 allocs/op1.40
BenchmarkFlag_Evaluation_ResolveInt/happy_path
11011
ns/op 2720 B/op 32 allocs/op7905
ns/op 1368 B/op 20 allocs/op1.39
BenchmarkFlag_Evaluation_ResolveObject/happy_path
13305
ns/op 3144 B/op 39 allocs/op10140
ns/op 1792 B/op 27 allocs/op1.31
This comment was automatically generated by workflow using github-action-benchmark.