Skip to content

Commit

Permalink
Update performance.yaml
Browse files Browse the repository at this point in the history
Last try to get enough permissions to run perf... otherwise it means andrewrk/poop#17 (comment) is blocking it.
  • Loading branch information
ChristopherRabotin authored Sep 1, 2023
1 parent 98e5445 commit 487df2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
cargo install flamegraph
- name: Run flamegraph
run: flamegraph -o flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }}
run: |
sudo sysctl kernel.perf_event_paranoid=-1
sudo flamegraph -o flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }}
- name: Upload python tests HTMLs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 487df2a

Please sign in to comment.