Skip to content

Commit

Permalink
edit GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Siel committed Sep 19, 2024
1 parent 72d9c3c commit 7305ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update
- name: Run benchmark
run: cd PMcore && cargo bench | tee output.txt
run: cd PMcore/PMcore && cargo bench | tee output.txt

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 7305ad2

Please sign in to comment.