9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
if [ -z ${PISTRESS_HOME} ]; then
|
|
export PISTRESS_HOME=/home/pi/git/pistress
|
|
fi
|
|
export THERMAL_ZONE=/sys/class/thermal/thermal_zone0/temp
|
|
|
|
export FIO_NUMJOBS=$(nproc)
|
|
export FIO_RUNNING_TIME=3600
|
|
|