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 21a8b48 commit 0c0521f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
shell: bash
run: |
cd build
sudo perf stat ls
sudo perf record --call-graph dwarf ./libsinsp/test/unit-test-libsinsp
sudo perf record --call-graph dwarf -q libsinsp/test/unit-test-libsinsp -o perf.data
- name: Archive perf report (PR)
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 0c0521f

Please sign in to comment.