coremark: drop upstreamed package

This commit is contained in:
CN_SZTL 2020-11-28 18:01:55 +08:00
parent 769ae66506
commit 80f83cd862
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 0 additions and 19 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
sed -i '/coremark/d' /etc/crontabs/root
echo "0 4 * * 0 /etc/coremark.sh" >> /etc/crontabs/root
crontab /etc/crontabs/root
touch /etc/bench.log

View File

@ -1,12 +0,0 @@
#!/bin/sh
/bin/coremark > /tmp/coremark.log
cat /tmp/coremark.log | grep "CoreMark 1.0" | cut -d "/" -f 1 > /etc/bench.log
sed -i 's/CoreMark 1.0/ (CpuMark/g' /etc/bench.log
echo " Scores)" >> /etc/bench.log
if [ -f "/etc/bench.log" ]; then
sed -i '/coremark/d' /etc/crontabs/root
crontab /etc/crontabs/root
fi