Skip to content

Commit

Permalink
Update performance.yaml
Browse files Browse the repository at this point in the history
Set as purely manual run.
  • Loading branch information
ChristopherRabotin authored Sep 1, 2023
1 parent 487df2a commit 65c021f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Rust performance

on:
push:
branches:
- master
tags:
- "*"
workflow_dispatch:

env:
Expand Down Expand Up @@ -59,7 +54,7 @@ jobs:
- name: Run flamegraph
run: |
sudo sysctl kernel.perf_event_paranoid=-1
sudo flamegraph -o flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }}
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 65c021f

Please sign in to comment.