Skip to content

Commit bbca5a7

Browse files
committed
Avoid duplicating variance guidance
1 parent 0934a7c commit bbca5a7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/reducing_variance.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@ by running this command:
3535
cpupower frequency-info -o proc
3636
```
3737

38-
Do not assume that the governor setting is the only frequency control that
39-
matters:
40-
boost settings, SMT/Hyperthreading, firmware, and kernel behavior can still
41-
change the observed CPU frequency. For sensitive measurements, monitor the
42-
actual per-CPU frequency during the benchmark run and keep the configuration
43-
that is stable on that machine.
38+
For other CPU-frequency and system-noise sources that can still affect
39+
measurements, see the reducing variance section below.
4440

4541
<a name="reducing-variance" />
4642

0 commit comments

Comments
 (0)