We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095fb1e commit 0ffe8f9Copy full SHA for 0ffe8f9
.github/workflows/rust-bench.yml
@@ -1,9 +1,10 @@
1
on: [pull_request]
2
name: benchmark pull requests
3
jobs:
4
- runBenchmark:
+ run-benchmark:
5
name: run benchmark
6
runs-on: ubuntu-latest
7
+ if: ${{ false }} # Uncomment this when the workflow is fixed (currently fails in PRs)
8
steps:
9
- uses: actions/checkout@v4
10
- uses: boa-dev/criterion-compare-action@v3
0 commit comments