1
0
Fork 0
sqlglot/.github/workflows/rust-bench.yml
Daniel Baumann 4d0635d636
Merging upstream version 26.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 22:00:08 +01:00

15 lines
339 B
YAML

on:
pull_request:
paths:
- 'sqlglotrs/**'
name: benchmark pull requests
jobs:
run-benchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
cwd: "sqlglotrs"