Skip to content

Commit

Permalink
Attempt to fix bench in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash Sahebolamri committed Dec 12, 2024
1 parent 8fa69b4 commit 5159ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
cargo fmt --check -p mbedtls
cargo fmt --check -p mbedtls-platform-support
cargo fmt --check -p mbedtls-sys-auto
bench:
name: Cargo bench
runs-on: ubuntu-latest
Expand All @@ -138,7 +137,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: boa-dev/criterion-compare-action@v3
- uses: boa-dev/criterion-compare-action@v3.2.4
name: Run criterion-compare-action
with:
cwd: "mbedtls"
Expand Down

0 comments on commit 5159ce2

Please sign in to comment.