-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Impose units in performance reference tuple #1223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Fix checks that don't contain units in performance reference tuples. * Add unit test. * Documentation fixes.
vkarak
left a comment
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.
Just a minor comment still.
vkarak
left a comment
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.
lgtm
|
@jenkins-cscs retry none |
Codecov Report
@@ Coverage Diff @@
## master #1223 +/- ##
=======================================
Coverage 91.92% 91.92%
=======================================
Files 84 84
Lines 12209 12209
=======================================
Hits 11223 11223
Misses 986 986
Continue to review full report at Codecov.
|
Fix checks that don't contain units in performance reference tuples.
Add unit test.
Documentation fixes.
Fixes #1147