Skip to content

Commit

Permalink
update bench CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Feb 21, 2024
1 parent a016792 commit 50cda4d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,13 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Run cargo bench
run: cargo bench
- uses: boa-dev/criterion-compare-action@v3
name: Run criterion-compare-action
with:
cwd: "mbedtls"
benchName: "cipher"
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}

ci-success:
name: ci
Expand Down

0 comments on commit 50cda4d

Please sign in to comment.