From 65c021fdaab48777d8d3eb66cf9c7b52a595aa86 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 1 Sep 2023 10:24:37 -0600 Subject: [PATCH] Update performance.yaml Set as purely manual run. --- .github/workflows/performance.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index ef831fba..34e23a3b 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -1,11 +1,6 @@ name: Rust performance on: - push: - branches: - - master - tags: - - "*" workflow_dispatch: env: @@ -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