diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e5b0352e..752882ce 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,14 +16,14 @@ jobs: - uses: actions/checkout@v4 - run: rustup update - name: Run benchmark - run: cargo bench | tee output.txt + run: cd PMcore && cargo bench | tee output.txt - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: name: Rust Benchmark tool: 'cargo' - output-file-path: PMcore/output.txt + output-file-path: output.txt github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true # Show alert with commit comment on detecting possible performance regression @@ -37,7 +37,7 @@ jobs: with: name: Rust Benchmark tool: 'cargo' - output-file-path: PMcore/output.txt + output-file-path: output.txt github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true # Show alert with commit comment on detecting possible performance regression