Skip to content

chore: introduce benchmarking for rust #1

chore: introduce benchmarking for rust

chore: introduce benchmarking for rust #1

Workflow file for this run

on: [pull_request]
name: benchmark pull requests
jobs:
runBenchmark:
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"