-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Update method to get compilation time in HelloWorldTests
#2288
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
[test] Update method to get compilation time in HelloWorldTests
#2288
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2288 +/- ##
=======================================
Coverage 86.12% 86.12%
=======================================
Files 56 56
Lines 10206 10206
=======================================
Hits 8790 8790
Misses 1416 1416 Continue to review full report at Codecov.
|
|
As a reference I run both the old and new references and there is a significant reduction in compilation times: The reference (60seconds) was already too high, I don't know if there is a point of updating it. |
HelloWorldTests
We need this PR before merging #2194, since it brakes all the old helloworld tests. This is anyway a more reliable way to get the compilation time since it emits some commands in the build script and it doesn't include ReFrame's overhead in the compilation phase.