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 4142ed7 commit 9a4b4f7
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 @@ -37,7 +37,7 @@ jobs:
- name: Run Perf
run: |
cd build
sudo perf record --call-graph dwarf ./libsinsp/test/unit-test-libsinsp
sudo perf record -q --call-graph dwarf ./libsinsp/test/unit-test-libsinsp &> perf.data
- name: Archive perf report (PR)
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 9a4b4f7

Please sign in to comment.