Skip to content

Commit

Permalink
Merge pull request #75 from projectsyn/feat/bench-results-in-pr
Browse files Browse the repository at this point in the history
Run benchmarks in CI and provide results in PR comment
  • Loading branch information
simu authored Jan 10, 2024
2 parents c69f978 + b870bee commit 77f3833
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test

benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- uses: boa-dev/criterion-compare-action@v3
with:
features: bench
branchName: ${{ github.base_ref }}

0 comments on commit 77f3833

Please sign in to comment.