Adding upstream version 26.25.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc7749846c
commit
d9e621c994
83 changed files with 67317 additions and 67680 deletions
17
.github/workflows/benchmark-sqlglotrs.yml
vendored
Normal file
17
.github/workflows/benchmark-sqlglotrs.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Benchmark Rust tokenizer changes
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'sqlglotrs/**'
|
||||
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue