You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to system specs can impact performance, so log more info (kernel version, microcode version, etc.) at startup.
E.g. for Intel CPUs, SPECTRE-BHB affects Haswell (2013) to Alder Lake (2021) and mitigations can reportedly impact performance by double-digit percents.
The Proposed Solution
Log the microcode revision, kernel version, etc. by updating logHardware() called in cmd/execution/main.go:
Problem
Changes to system specs can impact performance, so log more info (kernel version, microcode version, etc.) at startup.
E.g. for Intel CPUs, SPECTRE-BHB affects Haswell (2013) to Alder Lake (2021) and mitigations can reportedly impact performance by double-digit percents.
The Proposed Solution
Log the microcode revision, kernel version, etc. by updating
logHardware()
called in cmd/execution/main.go:The text was updated successfully, but these errors were encountered: