Skip to content

CI: Report cpus at different frequencies separately#3922

Merged
smalis-msft merged 1 commit into
microsoft:mainfrom
smalis-msft:separate-cpu-logs
Jul 13, 2026
Merged

CI: Report cpus at different frequencies separately#3922
smalis-msft merged 1 commit into
microsoft:mainfrom
smalis-msft:separate-cpu-logs

Conversation

@smalis-msft

Copy link
Copy Markdown
Contributor

This makes heterogenous configurations easier to understand.

@smalis-msft smalis-msft requested a review from a team as a code owner July 10, 2026 17:51
Copilot AI review requested due to automatic review settings July 10, 2026 17:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Flowey’s system-info logging to make heterogeneous CPU configurations clearer by grouping CPUs by vendor + brand + reported frequency, instead of averaging frequency across all CPUs with the same vendor/brand.

Changes:

  • Change CPU aggregation key from (vendor, brand) to (vendor, brand, freq) so different frequencies are reported separately.
  • Remove average-frequency computation and log per-frequency counts directly.

@github-actions

Copy link
Copy Markdown

@smalis-msft smalis-msft merged commit bb26c21 into microsoft:main Jul 13, 2026
99 of 101 checks passed
@smalis-msft smalis-msft deleted the separate-cpu-logs branch July 13, 2026 14:42
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.

3 participants