-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable caching tests in CI (#442)
Signed-off-by: Skye Gill <gill.skye95@gmail.com>
- Loading branch information
Showing
3 changed files
with
6 additions
and
8 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
28a35f6
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
1770
ns/op 96 B/op 4 allocs/op1277
ns/op 96 B/op 4 allocs/op1.39
BenchmarkResolveBooleanValue/test_targetingBoolFlag
20004
ns/op 4817 B/op 80 allocs/op12543
ns/op 4817 B/op 80 allocs/op1.59
BenchmarkResolveBooleanValue/test_staticObjectFlag
1649
ns/op 96 B/op 4 allocs/op1222
ns/op 96 B/op 4 allocs/op1.35
BenchmarkResolveBooleanValue/test_missingFlag
2035
ns/op 160 B/op 6 allocs/op1418
ns/op 160 B/op 6 allocs/op1.44
BenchmarkResolveBooleanValue/test_disabledFlag
1858
ns/op 160 B/op 6 allocs/op1412
ns/op 160 B/op 6 allocs/op1.32
BenchmarkResolveStringValue/test_staticStringFlag
1856
ns/op 128 B/op 6 allocs/op1353
ns/op 128 B/op 6 allocs/op1.37
BenchmarkResolveStringValue/test_targetingStringFlag
19609
ns/op 4841 B/op 82 allocs/op12218
ns/op 4841 B/op 82 allocs/op1.60
BenchmarkResolveStringValue/test_staticObjectFlag
1657
ns/op 96 B/op 4 allocs/op1224
ns/op 96 B/op 4 allocs/op1.35
BenchmarkResolveStringValue/test_missingFlag
1995
ns/op 160 B/op 6 allocs/op1413
ns/op 160 B/op 6 allocs/op1.41
BenchmarkResolveStringValue/test_disabledFlag
1893
ns/op 160 B/op 6 allocs/op1430
ns/op 160 B/op 6 allocs/op1.32
BenchmarkResolveIntValue/test_staticIntFlag
1758
ns/op 96 B/op 4 allocs/op1286
ns/op 96 B/op 4 allocs/op1.37
BenchmarkResolveIntValue/test_targetingNumberFlag
17663
ns/op 4825 B/op 80 allocs/op11332
ns/op 4825 B/op 80 allocs/op1.56
BenchmarkResolveIntValue/test_staticObjectFlag
1600
ns/op 96 B/op 4 allocs/op1223
ns/op 96 B/op 4 allocs/op1.31
BenchmarkResolveIntValue/test_missingFlag
2013
ns/op 144 B/op 6 allocs/op1413
ns/op 144 B/op 6 allocs/op1.42
BenchmarkResolveIntValue/test_disabledFlag
1875
ns/op 160 B/op 6 allocs/op1414
ns/op 160 B/op 6 allocs/op1.33
BenchmarkResolveObjectValue/test_staticObjectFlag
6626
ns/op 1392 B/op 32 allocs/op5012
ns/op 1392 B/op 32 allocs/op1.32
BenchmarkResolveObjectValue/test_targetingObjectFlag
24431
ns/op 6106 B/op 104 allocs/op15701
ns/op 6106 B/op 104 allocs/op1.56
BenchmarkResolveObjectValue/test_staticBoolFlag
1632
ns/op 96 B/op 4 allocs/op1226
ns/op 96 B/op 4 allocs/op1.33
BenchmarkResolveObjectValue/test_missingFlag
1998
ns/op 160 B/op 6 allocs/op1424
ns/op 160 B/op 6 allocs/op1.40
BenchmarkResolveObjectValue/test_disabledFlag
1850
ns/op 160 B/op 6 allocs/op1417
ns/op 160 B/op 6 allocs/op1.31
BenchmarkConnectService_ResolveString/happy_path
3739
ns/op 496 B/op 12 allocs/op2841
ns/op 496 B/op 12 allocs/op1.32
BenchmarkConnectService_ResolveInt/happy_path
3690
ns/op 480 B/op 12 allocs/op2824
ns/op 480 B/op 12 allocs/op1.31
BenchmarkConnectService_ResolveObject/happy_path
5550
ns/op 1640 B/op 27 allocs/op4198
ns/op 1640 B/op 27 allocs/op1.32
This comment was automatically generated by workflow using github-action-benchmark.