Merging upstream version 26.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a5399bd16b
commit
4d0635d636
85 changed files with 57142 additions and 52288 deletions
6
.github/workflows/rust-bench.yml
vendored
6
.github/workflows/rust-bench.yml
vendored
|
@ -1,10 +1,12 @@
|
|||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'sqlglotrs/**'
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue