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
- CPU isolation: Avoid user space tasks to execute in the same CPU as benchmarks, possibly interrupting them during the execution (include all virtual CPUs using a physical core)
52
-
- NoHZ: Stop the kernel tick that enables context switching in the isolated CPU
53
-
- IRQ affinity: Ban benchmarks CPU to avoid many (but not all) kernel interruption in the isolated CPU
54
-
- TurboBoost: Disable CPU scaling based on high CPU demand
55
-
- P-States: Use "performance" governor to disable P-States and CPU frequency changes based on them
56
-
- C-States: Set C-State to 0 and disable changes to avoid slower CPU after system inactivity
0 commit comments