Skip to content

Commit

Permalink
chore: introduce benchmarking for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Dec 30, 2024
1 parent 006b384 commit 1874140
Show file tree
Hide file tree
Showing 12 changed files with 805 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 1874140

Please sign in to comment.