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

feat: add support for RealNumberOfCpus for load average #2082

Merged
merged 5 commits into from
Apr 2, 2025

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Apr 1, 2025

Closes #2052

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
286 286 0 0 0

😟 No changes in tests. πŸ˜•

Bundle Size: βœ…

Current: 83.25 MB | Main: 83.25 MB
Diff: +0.15 KB (0.00%)

βœ… Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.


if (!valueIsDefined(LoadAverage) || !valueIsDefined(NumberOfCpus)) {
if (!valueIsDefined(LoadAverage) || !valueIsDefined(cpuCount) || cpuCount === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (!valueIsDefined(LoadAverage) || !cpuCount ?

@astandrik astandrik requested a review from Raubzeug April 1, 2025 14:11
@astandrik astandrik added this pull request to the merge queue Apr 2, 2025
Merged via the queue into main with commit 0bad262 Apr 2, 2025
7 checks passed
@astandrik astandrik deleted the astandrik.2052 branch April 2, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for RealNumberOfCpus for load average
3 participants