File tree 1 file changed +18
-17
lines changed
1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -128,23 +128,24 @@ jobs:
128
128
cargo fmt --check -p mbedtls-platform-support
129
129
cargo fmt --check -p mbedtls-sys-auto
130
130
131
- bench :
132
- name : Cargo bench
133
- runs-on : ubuntu-latest
134
- steps :
135
- - uses : actions/checkout@v3
136
- with :
137
- submodules : true
138
- - uses : dtolnay/rust-toolchain@master
139
- with :
140
- toolchain : stable
141
- - uses : boa-dev/criterion-compare-action@v3
142
- name : Run criterion-compare-action
143
- with :
144
- cwd : " mbedtls"
145
- benchName : " cipher"
146
- branchName : ${{ github.base_ref }}
147
- token : ${{ secrets.GITHUB_TOKEN }}
131
+ # Temporarily disbaling this, as boa-dev/criterion-compare-action@v3 does not handle submodules
132
+ # bench:
133
+ # name: Cargo bench
134
+ # runs-on: ubuntu-latest
135
+ # steps:
136
+ # - uses: actions/checkout@v3
137
+ # with:
138
+ # submodules: true
139
+ # - uses: dtolnay/rust-toolchain@master
140
+ # with:
141
+ # toolchain: stable
142
+ # - uses: boa-dev/criterion-compare-action@v3
143
+ # name: Run criterion-compare-action
144
+ # with:
145
+ # cwd: "mbedtls"
146
+ # benchName: "cipher"
147
+ # branchName: ${{ github.base_ref }}
148
+ # token: ${{ secrets.GITHUB_TOKEN }}
148
149
149
150
ci-success :
150
151
name : ci
You can’t perform that action at this time.
0 commit comments