Skip to content

fix(tokenizer)!: Fix underscore separator with scientific notation #11

fix(tokenizer)!: Fix underscore separator with scientific notation

fix(tokenizer)!: Fix underscore separator with scientific notation #11

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