Skip to content

Commit 9921528

Browse files
authored
chore: introduce benchmarking for rust (tobymao#4552)
1 parent 94ffdb7 commit 9921528

File tree

12 files changed

+809
-106
lines changed

12 files changed

+809
-106
lines changed

.github/workflows/rust-bench.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: [pull_request]
2+
name: benchmark pull requests
3+
jobs:
4+
runBenchmark:
5+
name: run benchmark
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: boa-dev/criterion-compare-action@v3
10+
with:
11+
branchName: ${{ github.base_ref }}
12+
cwd: "sqlglotrs"

0 commit comments

Comments
 (0)