Exercise oneTBB preview feature of supporting limited resources#366
Conversation
945c428 to
f43fe05
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #366 +/- ##
==========================================
- Coverage 85.36% 85.20% -0.17%
==========================================
Files 122 119 -3
Lines 2433 2399 -34
Branches 389 387 -2
==========================================
- Hits 2077 2044 -33
+ Misses 233 232 -1
Partials 123 123
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
f43fe05 to
f84b2d7
Compare
marcpaterno
left a comment
There was a problem hiding this comment.
I think this testing is sufficient. I am not at all sure how to test that the implementation achieves the goals of "fairness", etc. Perhaps we should discuss the feasibility of unit- or integration-tests of such things with the oneTBB team members?
Thanks, @marcpaterno. See #378. |
This PR exercises the proposed features described at uxlfoundation/oneTBB#1964.
Because our CI container does not yet include a build with the proposed software, I attach printouts showing successful executions of each test case:
This PR also removes the
phlex/graphsubdirectory and its own support for limited resources, in favor of the oneTBB implementation.