Skip to content

Commit

Permalink
Temporarily disbale CI bench, as boa-dev/criterion-compare-action@v3 …
Browse files Browse the repository at this point in the history
…does not handle submodules
  • Loading branch information
Arash Sahebolamri committed Dec 12, 2024
1 parent 8fa69b4 commit 46a8817
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,24 @@ jobs:
cargo fmt --check -p mbedtls-platform-support
cargo fmt --check -p mbedtls-sys-auto
bench:
name: Cargo bench
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- 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 }}
# Temporarily disbaling this, as boa-dev/criterion-compare-action@v3 does not handle submodules
# bench:
# name: Cargo bench
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: true
# - uses: dtolnay/rust-toolchain@master
# with:
# toolchain: stable
# - 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 46a8817

Please sign in to comment.