Skip to content

Commit c4b0f96

Browse files
committed
WIP, Added resize benchmark on arm64 m1 macosx
1 parent 7d19a64 commit c4b0f96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-m1.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@ jobs:
4646
run: |
4747
. ~/miniconda3/etc/profile.d/conda.sh
4848
set -ex
49+
50+
# Run resize benchmark
51+
echo "--- Run resize benchmark ---"
52+
wget https://gist.githubusercontent.com/vfdev-5/a2e30ed50b5996807c9b09d5d33d8bc2/raw/f6691d472e1729e39448d6753bd350a8433d0f08/check_resize_uint8.py
53+
conda run -p ${ENV_NAME} python3 -u check_resize_uint8.py
54+
echo "--- END Run resize benchmark ---"
55+
4956
conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -v --tb=long --durations 20
5057
conda env remove -p ${ENV_NAME}

0 commit comments

Comments
 (0)