repo.or.cz
/
libgit2
/
github.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
99ab224
)
ci: disable perf_event_paranoid on linux CI
author
Edward Thomson
<
[email protected]
>
Fri, 10 Jan 2025 22:28:05 +0000
(10 22:28 +0000)
committer
Edward Thomson
<
[email protected]
>
Mon, 13 Jan 2025 21:23:04 +0000
(13 21:23 +0000)
ci/setup-ubuntu-benchmark.sh
patch
|
blob
|
blame
|
history
diff --git
a/ci/setup-ubuntu-benchmark.sh
b/ci/setup-ubuntu-benchmark.sh
index
561a18f
..
8250c6c
100755
(executable)
--- a/
ci/setup-ubuntu-benchmark.sh
+++ b/
ci/setup-ubuntu-benchmark.sh
@@
-18,3
+18,6
@@
sudo apt-get install -y --no-install-recommends \
wget https://github.com/sharkdp/hyperfine/releases/download/v1.12.0/hyperfine_1.12.0_amd64.deb
sudo dpkg -i hyperfine_1.12.0_amd64.deb
+
+echo -n "Setting performance events availability to: "
+echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid