Skip to content
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

Refactor Processor Count Usage #4009

Merged
merged 6 commits into from
Dec 15, 2023
Merged

Refactor Processor Count Usage #4009

merged 6 commits into from
Dec 15, 2023

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Dec 15, 2023

Description

Removes the notion of "max" and "active" processor counts from the codebase, as this continued to be a source of platform specific bugs, and there is almost no real scenario where we expect the number of active processors to ever change. In these rare cases, we will just ignore these new processors.

Testing

CI/CD

Documentation

N/A

@nibanks nibanks requested a review from a team as a code owner December 15, 2023 13:01
@nibanks nibanks added Area: Performance Area: Core Related to the shared, core protocol logic labels Dec 15, 2023
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fe9c297) 87.13% compared to head (49ed009) 86.91%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4009      +/-   ##
==========================================
- Coverage   87.13%   86.91%   -0.22%     
==========================================
  Files          56       56              
  Lines       16953    16953              
==========================================
- Hits        14772    14735      -37     
- Misses       2181     2218      +37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mtfriesen
mtfriesen previously approved these changes Dec 15, 2023
@nibanks nibanks merged commit 8f2a8f2 into main Dec 15, 2023
408 of 411 checks passed
@nibanks nibanks deleted the nibanks/proc-count branch December 15, 2023 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Core Related to the shared, core protocol logic Area: Performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants