Update README

This commit is contained in:
augustin64 2024-06-26 10:06:13 +02:00
parent 36210746f1
commit 8e8baf801e

View File

@ -25,6 +25,7 @@ Lancement des mesures après avoir modifié les paramètres nécessaires.
```bash ```bash
echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
echo 0 > /proc/sys/kernel/numa_balancing # empêcher la migration de pages d'un noeud NUMA à l'autre
cpupower frequency-set -g performance cpupower frequency-set -g performance
lstopo --of xml > lstopo.xml lstopo --of xml > lstopo.xml
two_thread_cal | bzip2 -c > results.txt.bz2 two_thread_cal | bzip2 -c > results.txt.bz2