When running benchmarks, I see variable results on mac and linux in between each run. Can someone hint me to fix the execution speed in following conditions: system idle and system busy. I am thinking of real time linux or fixing processor speed. I can bear with short differences in runtime by false clock measurements in sub-second runtimes but it would be nice to fix this as well.
echo "1" | sudo tee /sys/devices/system/cpu/cpufreq/boost
Hi Ras,
Thanks for your suggestion. On my pc, I get Permission denied when running this. But you gave me a clue. This is the solution I found working to some extend.
# echo "1" | sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo
And setting it back to "0" in to resume to normal. Turbo enabled, I get variations of 2-5%. With the turbo disabled, I get variations well below 0.5% on long runs (at the expense of 20% execution speed), both on AC and battery. So perfectly usable.