summaryrefslogtreecommitdiffstats
path: root/.github/workflows/rust-bench.yml
blob: 6f57eea47b14e5f72ad8a36c21575084b54d7166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"