-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve invalid sync URI errror msg (#252)
Signed-off-by: Todd Baert <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 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
5939870
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_targetingBoolFlag
17538
ns/op 4801 B/op 80 allocs/op11642
ns/op 4801 B/op 80 allocs/op1.51
BenchmarkResolveBooleanValue/test_staticObjectFlag
1549
ns/op 80 B/op 4 allocs/op1141
ns/op 80 B/op 4 allocs/op1.36
BenchmarkResolveBooleanValue/test_missingFlag
1746
ns/op 144 B/op 6 allocs/op1296
ns/op 144 B/op 6 allocs/op1.35
BenchmarkResolveBooleanValue/test_disabledFlag
1775
ns/op 144 B/op 6 allocs/op1303
ns/op 144 B/op 6 allocs/op1.36
BenchmarkResolveStringValue/test_targetingStringFlag
18060
ns/op 4841 B/op 82 allocs/op11538
ns/op 4841 B/op 82 allocs/op1.57
BenchmarkResolveStringValue/test_staticObjectFlag
1594
ns/op 96 B/op 4 allocs/op1153
ns/op 96 B/op 4 allocs/op1.38
BenchmarkResolveStringValue/test_missingFlag
1775
ns/op 160 B/op 6 allocs/op1306
ns/op 160 B/op 6 allocs/op1.36
BenchmarkResolveStringValue/test_disabledFlag
1758
ns/op 160 B/op 6 allocs/op1304
ns/op 160 B/op 6 allocs/op1.35
BenchmarkResolveFloatValue/test_targetingFloatFlag
17041
ns/op 4841 B/op 82 allocs/op11613
ns/op 4841 B/op 82 allocs/op1.47
BenchmarkResolveFloatValue/test_staticObjectFlag
1557
ns/op 96 B/op 4 allocs/op1149
ns/op 96 B/op 4 allocs/op1.36
BenchmarkResolveFloatValue/test_missingFlag
1744
ns/op 160 B/op 6 allocs/op1307
ns/op 160 B/op 6 allocs/op1.33
BenchmarkResolveFloatValue/test_disabledFlag
1771
ns/op 160 B/op 6 allocs/op1305
ns/op 160 B/op 6 allocs/op1.36
BenchmarkResolveIntValue/test_targetingNumberFlag
16514
ns/op 4825 B/op 80 allocs/op10662
ns/op 4825 B/op 80 allocs/op1.55
BenchmarkResolveIntValue/test_staticObjectFlag
1530
ns/op 96 B/op 4 allocs/op1155
ns/op 96 B/op 4 allocs/op1.32
BenchmarkResolveIntValue/test_missingFlag
1747
ns/op 144 B/op 6 allocs/op1302
ns/op 144 B/op 6 allocs/op1.34
BenchmarkResolveIntValue/test_disabledFlag
1706
ns/op 160 B/op 6 allocs/op1302
ns/op 160 B/op 6 allocs/op1.31
BenchmarkResolveObjectValue/test_staticBoolFlag
1522
ns/op 96 B/op 4 allocs/op1151
ns/op 96 B/op 4 allocs/op1.32
BenchmarkResolveObjectValue/test_missingFlag
1719
ns/op 160 B/op 6 allocs/op1306
ns/op 160 B/op 6 allocs/op1.32
BenchmarkResolveObjectValue/test_disabledFlag
1754
ns/op 160 B/op 6 allocs/op1302
ns/op 160 B/op 6 allocs/op1.35
BenchmarkConnectService_ResolveBoolean/happy_path
3981
ns/op 552 B/op 14 allocs/op2891
ns/op 552 B/op 14 allocs/op1.38
BenchmarkConnectService_ResolveString/happy_path
3943
ns/op 584 B/op 15 allocs/op2950
ns/op 584 B/op 15 allocs/op1.34
BenchmarkConnectService_ResolveFloat/happy_path
4370
ns/op 624 B/op 15 allocs/op3288
ns/op 624 B/op 15 allocs/op1.33
BenchmarkConnectService_ResolveObject/happy_path
6900
ns/op 1856 B/op 34 allocs/op4746
ns/op 1856 B/op 34 allocs/op1.45
This comment was automatically generated by workflow using github-action-benchmark.