Skip to content

Commit

Permalink
* remove testing from benchmark flow
Browse files Browse the repository at this point in the history
  • Loading branch information
eukarpov committed Jul 25, 2023
1 parent 91bed10 commit d03c3fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
set PATH=%PATH%;%VCINSTALLDIR%\Tools\Llvm\ARM64\bin
perl Configure VC-WIN64-ARM
nmake
# nmake test
.\apps\openssl.exe speed 2> benchmark.txt
type benchmark.txt
Expand All @@ -55,7 +54,6 @@ jobs:
set PATH=%PATH%;%VCINSTALLDIR%\Tools\Llvm\ARM64\bin
perl Configure VC-CLANG-WIN64-CLANGASM-ARM
nmake
# nmake test
.\apps\openssl.exe speed 2> benchmark.txt
type benchmark.txt
Expand All @@ -73,6 +71,5 @@ jobs:
cat Makefile | sed -E 's/apps\/libapps.a -lssl -lcrypto/apps\/libapps.a libssl.a libcrypto.a/' > Makefile.tmp
mv Makefile.tmp Makefile
make
# make test
LD_LIBRARY_PATH=$(pwd) apps/openssl speed > benchmark.txt 2>&1
cat benchmark.txt

0 comments on commit d03c3fc

Please sign in to comment.