-
Notifications
You must be signed in to change notification settings - Fork 168
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
ci: Run physmon jobs in parallel #1654
ci: Run physmon jobs in parallel #1654
Conversation
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.
might be that I accidentally changed that. thanks for improving this!
📊 Physics performance monitoring for 3cc8163
Full report Vertexing ❌❌ Vertexing vs. mu ❌ IVF seeded ❌ IVF truth_smeared ❌ IVF truth_estimated CKF ❌❌ CKF seeded ❌ CKF truth_smeared ❌ CKF truth_estimated Ambiguity resolution ❌❌ seeded Truth tracking ❌❌ Truth tracking |
Codecov Report
@@ Coverage Diff @@
## main #1654 +/- ##
==========================================
+ Coverage 48.49% 48.54% +0.04%
==========================================
Files 384 384
Lines 21060 21042 -18
Branches 9694 9693 -1
==========================================
+ Hits 10213 10214 +1
+ Misses 4123 4106 -17
+ Partials 6724 6722 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Okay, seems like there was a reason for this maybe? Since now the physmon is failing? Any idea @andiwand @paulgessinger ? |
This should work though... |
looking into the output https://github.com/acts-project/acts/suites/9129855748/artifacts/424126850 I cannot see any failed checks 🤔 |
okay looks like there is a diff in the ambi root which is not shown in the html
|
looks like the analysis outputs don't match up
any ideas @paulgessinger @benjaminhuth ? maybe the analysis evaluation is sensitive to the order of events in the root files? if so an update of the reference data will not be sufficient I guess |
Do all plots differ or just some of them? |
calculate root hash only for the last cycle related to #1657 and #1654 cc @benjaminhuth
calculate root hash only for the last cycle related to acts-project#1657 and acts-project#1654 cc @benjaminhuth
followup to acts-project#1657 and acts-project#1654 let see if this works
calculate root hash only for the last cycle related to acts-project#1657 and acts-project#1654 cc @benjaminhuth
followup to acts-project#1657 and acts-project#1654 let see if this works
Some of the physmon jobs had
numThreads=1
, I think it would speed up the physmon to run all things in parallel (numThreads=-1
).