We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae960b commit 34e0617Copy full SHA for 34e0617
.github/workflows/prover.yml.disabled .github/workflows/prover.yml.github/workflows/prover.yml.disabled renamed to .github/workflows/prover.yml
@@ -13,6 +13,7 @@ jobs:
13
contents: write
14
# Needed to post the performance report comments.
15
pull-requests: write
16
+ issues: write
17
runs-on: ubuntu-latest
18
19
steps:
@@ -43,12 +44,12 @@ jobs:
43
44
45
- name: Run performance evaluation
46
run: |
- cargo run --profile prover-ci -- \
47
+ cargo run --release -- \
48
--post-to-gh \
49
--github-token "${{ secrets.GITHUB_TOKEN }}" \
50
--pr-number "${{ github.event.pull_request.number }}" \
51
--commit-hash "${{ github.sha }}" \
- working-directory: provers/perf
52
+ working-directory: perf
53
env:
54
RUSTFLAGS: "-C target-cpu=native -C link-arg=-fuse-ld=lld"
55
0 commit comments