### lmbench is running  the lat_mmap tests to track how quickly maps of
### different sizes can be created. The expectation is that this has
### little or no impact on page reclaim but it needs to be verified.

export MMTESTS="lmbench"

# 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

# LMBench
export LMBENCH_TESTS=lat_mmap
export LMBENCH_LATMMAP_ITERATIONS=3
export LMBENCH_LATMMAP_MIN_FILESIZE=$((MEMTOTAL_BYTES/2))
export LMBENCH_LATMMAP_MAX_FILESIZE=$((MEMTOTAL_BYTES*3/2))
