update coremark.sh

This commit is contained in:
桐话
2024-06-28 08:01:18 +08:00
committed by GitHub
parent 850773e23a
commit 0ead291764

View File

@@ -28,7 +28,7 @@ fi
echo "testing coremark ... "
sleep 1
COREMARK=$(/sbin/coremark | tail -n 1 | awk '{print $4}')
COREMARK=$(/bin/coremark | tail -n 1 | awk '{print $4}')
# 分数取整
# COREMARK=${COREMARK%.*}
echo "CPU CoreMark : $COREMARK"