Skip to content

Commit 75ac463

Browse files
turn on assembly optimizations with github action benchmark
1 parent 5873f9f commit 75ac463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sftp-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: cache-wolfssl
3333
with:
3434
path: build-dir/
35-
key: wolfssh-sshd-wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
35+
key: wolfssh-benchmark-wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
3636
lookup-only: true
3737

3838
- name: Checkout, build, and install wolfssl
@@ -42,7 +42,7 @@ jobs:
4242
repository: wolfssl/wolfssl
4343
ref: ${{ matrix.wolfssl }}
4444
path: wolfssl
45-
configure: --enable-all
45+
configure: --enable-all --enable-intelasm --enable-sp --enable-sp-asm
4646
check: false
4747
install: true
4848

@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/cache@v4
6363
with:
6464
path: build-dir/
65-
key: wolfssh-sshd-wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
65+
key: wolfssh-benchmark-wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
6666
fail-on-cache-miss: true
6767

6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)