We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1fb69 commit 3748c0cCopy full SHA for 3748c0c
.github/workflows/push.yml
@@ -274,6 +274,8 @@ jobs:
274
# and other operations, so we disable it during benchmarking.
275
- name: Disable ASLR
276
run: echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
277
+ - name: Relax perf_event_paranoid
278
+ run: echo 0 | sudo tee /proc/sys/kernel/perf_event_paranoid
279
- name: apt
280
run: |
281
set -x
0 commit comments