Skip to content

Commit 0ffe8f9

Browse files
authoredJan 8, 2025
Chore: temporarily disable sqlglotrs benchmarking (#4578)
* Chore: fix sqlglotrs benchmarking * Remove bench = false, try --lib arg * Disable bench rule for now
1 parent 095fb1e commit 0ffe8f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/rust-bench.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
on: [pull_request]
22
name: benchmark pull requests
33
jobs:
4-
runBenchmark:
4+
run-benchmark:
55
name: run benchmark
66
runs-on: ubuntu-latest
7+
if: ${{ false }} # Uncomment this when the workflow is fixed (currently fails in PRs)
78
steps:
89
- uses: actions/checkout@v4
910
- uses: boa-dev/criterion-compare-action@v3

0 commit comments

Comments
 (0)