We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e9bf2 commit e9b2583Copy full SHA for e9b2583
scripts/ci-plutus-benchmark.sh
@@ -70,8 +70,8 @@ if [[ -z $(which taskset) ]]; then
70
else
71
echo "[ci-plutus-benchmark]: Setting CPU $CAPABILITY_NUM frequency governor to 'userspace' and frequency to 4.21GHz"
72
# This makes the benchmark reliable on a single core and addresses the issue of large variance in the results.
73
- cpufreq-set --cpu $CAPABILITY_NUM --governor userspace
74
- cpufreq-set --cpu $CAPABILITY_NUM --related --freq 4.21GHz
+ sudo cpufreq-set --cpu $CAPABILITY_NUM --governor userspace
+ sudo cpufreq-set --cpu $CAPABILITY_NUM --related --freq 4.21GHz
75
TASKSET="taskset -c $CAPABILITY_NUM"
76
fi
77
0 commit comments