diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 2ebfe88cd1..d003359dde 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -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'