-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
MTD Geometry: update DDD filtering for better memory performance #46531
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46531/42394 |
A new Pull Request was created by @fabiocos for master. It involves the following packages:
@Dr15Jones, @Moanwar, @bsunanda, @civanch, @cmsbuild, @kpedro88, @makortel, @mdhildreth, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
enable profiling |
please test |
as far as I can see in my standalone unit test on cmsdev45, there is no obvious significant impact on the speed of execution, in any case the caching of the strings is preserved to prevent the previous performance problems, that were fixed one year ago. |
+geometry |
@smuzaffar are two days normal for a profiling request? As pointed out by @makortel the memory benefit seems anyway visible by the simple memory report in log files, so in case I could abort the test |
-1 Failed Tests: UnitTests RelVals-INPUT Unit TestsI found 1 errors in the following unit tests: ---> test GeometryMTDNumberingBuilderTestDriver had ERRORS RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
the unit test was broken by other concurrent developments |
please test with #46608 |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
@cms-sw/upgrade-l2 any comment? Or can we finally converge on this PR, as the errors in tests are unrelated, and the benefit in memory was seen? |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
ignore tests-rejected with ib-failure |
+1 |
PR description:
This PR addresses #46512 , by:
string_view
for comparisons to reduce memory usage.PR validation:
Geometry/MTD*
unit tests successfully run, producing geometry dumps consistent with the reference.