1
0
Fork 0
sqlglot/.github/workflows/rust-bench.yml
Daniel Baumann c8d4d2df63
Merging upstream version 26.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 21:59:50 +01:00

13 lines
395 B
YAML

on: [pull_request]
name: benchmark pull requests
jobs:
run-benchmark:
name: run benchmark
runs-on: ubuntu-latest
if: ${{ false }} # Uncomment this when the workflow is fixed (currently fails in PRs)
steps:
- uses: actions/checkout@v4
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
cwd: "sqlglotrs"