Skip to content

Commit

Permalink
chore: introduce benchmarking for rust (#4552)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking authored Jan 7, 2025
1 parent 94ffdb7 commit 9921528
Show file tree
Hide file tree
Showing 12 changed files with 809 additions and 106 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust-bench.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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"
Loading

0 comments on commit 9921528

Please sign in to comment.