replced vcgencmd call with internal function.

This commit is contained in:
2026-06-04 11:09:41 +00:00
parent 3f85cd6dd8
commit 3dbbedaec6
2 changed files with 24 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
export FIO_NUMJOBS=$(nproc)
measure_temp.sh > ${1} &
TPID=$!
fio ~/git/pistress/fio/fio_cpu
fio ${PISTRESS_HOME}/fio/fio_cpu
kill $TPID > /dev/null
unset FIO_NUMJOBS