Skip to content

Commit 3748c0c

Browse files
committed
Testing
1 parent 2f1fb69 commit 3748c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ jobs:
274274
# and other operations, so we disable it during benchmarking.
275275
- name: Disable ASLR
276276
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
277279
- name: apt
278280
run: |
279281
set -x

0 commit comments

Comments
 (0)