Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jun 18, 2024
1 parent f619f03 commit 21a8b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
make unit-test-libsinsp -j4
- name: Run Perf
shell: bash
run: |
cd build
sudo sysctl -w kernel.perf_event_paranoid=-1
sudo perf stat ls
sudo perf record --call-graph dwarf ./libsinsp/test/unit-test-libsinsp
Expand Down

0 comments on commit 21a8b48

Please sign in to comment.