export MMTESTS="pistress"

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_GZIP="proc-vmstat mpstat"
export MONITORS_WITH_LATENCY="vmstat"
export MONITOR_UPDATE_FREQUENCY=10

# pistress
export PISTRESS_RUNTIME=60
# min/max inversion groups -- benchmark will create 3 threads
# per-group, with low, mid and high priorities.
export PISTRESS_MIN_INVGROUPS=1
export PISTRESS_MAX_INVGROUPS=$((NUMCPUS))
