-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Add automatically a default * reference for performance checks
#866
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
[feat] Add automatically a default * reference for performance checks
#866
Conversation
|
Hello @ChristopherBignamini, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2019-07-23 13:22:11 UTC |
|
@ChristopherBignamini Why this is a WIP? |
|
@ChristopherBignamini Please take a look at the unit tests failures. |
Codecov Report
@@ Coverage Diff @@
## master #866 +/- ##
==========================================
+ Coverage 91.69% 91.73% +0.04%
==========================================
Files 78 78
Lines 10282 10309 +27
==========================================
+ Hits 9428 9457 +29
+ Misses 854 852 -2
Continue to review full report at Codecov.
|
* reference for performance checks
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.
I found a small bug for cases when the reference is not defined at all. I am fixing it now.
Fixes #811