boost/libs/histogram/benchmark/disable_cpu_scaling.sh
2022-12-15 23:45:23 +08:00

3 lines
111 B
Bash
Executable File

#/bin/bash
for cpu in /sys/devices/system/cpu/cpu? ; do echo performance > $cpu/cpufreq/scaling_governor; done