### LKP is a set of microbenchmarks that is used as the basis for the Intel
### continual performance testing. This patch runs all the in-memory
### compression tests.

export MMTESTS="lkp-pigz lkp-pbzip2 lkp-pixz lkp-plzip"

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

# LKP compression tests
export LKP_DURATION=60
export LKP_ITERATIONS=5
export LKP_MIN_THREADS=2
export LKP_MAX_THREADS=$NUMCPUS
