### freqmine is an implementation of Frequent Itemsets Mining (FIM) that
### analyses a set of transactions looking to extract association rules.
### This is a common workload in retail. This configuration uses between
### 2 and 4*NUMCPUs.

export MMTESTS="freqmine-small freqmine-medium freqmine-large"

# 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

# freqmine
export FREQMINE_ITERATIONS=4
export FREQMINE_MIN_THREADS=2
export FREQMINE_MAX_THREADS=$((NUMCPUS*4))
