We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ab224 commit 9c2b827Copy full SHA for 9c2b827
ci/setup-ubuntu-benchmark.sh
@@ -18,3 +18,6 @@ sudo apt-get install -y --no-install-recommends \
18
19
wget https://github.com/sharkdp/hyperfine/releases/download/v1.12.0/hyperfine_1.12.0_amd64.deb
20
sudo dpkg -i hyperfine_1.12.0_amd64.deb
21
+
22
+echo -n "Setting performance events availability to: "
23
+echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
0 commit comments