add support for assert greater equal. Update metrics property#1313
Merged
shahzebsiddiqui merged 5 commits intodevelfrom Dec 19, 2022
Merged
add support for assert greater equal. Update metrics property#1313shahzebsiddiqui merged 5 commits intodevelfrom
shahzebsiddiqui merged 5 commits intodevelfrom
Conversation
…perform assert greater equal using 'metrics' to capture key values from the test output. A new key 'assert_ge' was added that will be added to 'status' check that can be used to determine how test passes.
Codecov ReportBase: 73.22% // Head: 72.64% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## devel #1313 +/- ##
==========================================
- Coverage 73.22% 72.64% -0.58%
==========================================
Files 56 56
Lines 5923 5972 +49
Branches 1051 1058 +7
==========================================
+ Hits 4337 4338 +1
- Misses 1584 1632 +48
Partials 2 2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
update stream test to incorporate two more metrics 'add' and 'triad' fix exception issue raised during testing where we got undefined variable reference
update the item property with minimum value of 0
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is the stream benchmark take note of the output lines
stream_test/7305fc15: testing metric: copy if 7981.3 >= 5000.0
stream_test/7305fc15: testing metric: scale if 9484.8 >= 5000.0
The metrics are captured based on regular expession and they are converted to
int,float, orstr. In this example we are capturing the 1st item from the list