-
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.
Signed-off-by: Skye Gill <gill.skye95@gmail.com> <!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - Implements integration tests - Runs integration tests against built flagd image in CI ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Fixes #176 ### Notes <!-- any additional notes for this PR --> ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> ### How to test <!-- if applicable, add testing instructions under this section --> --------- Signed-off-by: Skye Gill <gill.skye95@gmail.com>
- Loading branch information
Showing
11 changed files
with
281 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "test-harness"] | ||
path = test-harness | ||
url = https://github.com/open-feature/test-harness.git |
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
Oops, something went wrong.
6192ac8
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
18225
ns/op 4817 B/op 80 allocs/op12543
ns/op 4817 B/op 80 allocs/op1.45
BenchmarkResolveStringValue/test_targetingStringFlag
17094
ns/op 4841 B/op 82 allocs/op12218
ns/op 4841 B/op 82 allocs/op1.40
BenchmarkResolveStringValue/test_missingFlag
1853
ns/op 160 B/op 6 allocs/op1413
ns/op 160 B/op 6 allocs/op1.31
BenchmarkResolveIntValue/test_targetingNumberFlag
16148
ns/op 4825 B/op 80 allocs/op11332
ns/op 4825 B/op 80 allocs/op1.42
BenchmarkResolveObjectValue/test_targetingObjectFlag
22302
ns/op 6106 B/op 104 allocs/op15701
ns/op 6106 B/op 104 allocs/op1.42
This comment was automatically generated by workflow using github-action-benchmark.