-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Fix error message in case of performance errors #704
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
[bugfix] Fix error message in case of performance errors #704
Conversation
* Create the `PerformanceError` exception class when used the performance of a test is not within the reference values. * Modify the corresponding unittests to except a `PerformanceError`.
|
@jenkins-cscs retry all |
|
@teojgo I am taking over the changes for fixing how the error message prefixes are printed. |
|
@vkarak good, I have pushed the reverted unittests so you can continue from there. |
|
@teojgo Yep, I've took the changes already. |
|
@jenkins-cscs retry daint |
Codecov Report
@@ Coverage Diff @@
## master #704 +/- ##
==========================================
- Coverage 91.83% 91.82% -0.02%
==========================================
Files 77 77
Lines 9494 9488 -6
==========================================
- Hits 8719 8712 -7
- Misses 775 776 +1
Continue to review full report at Codecov.
|
PerformanceErrorexception class when usedthe performance of a test is not within the reference values.
PerformanceError.Closes #677