### ebizzy is intended to simulate the backend of a database backend but it
### is not IO intensive. Instead it is both scheduler and allocator intensive.
### Regressions here can indicate a regression in either area. Note that the
### allocation pattern means that it may be a microbenchmark of mmap/munmap
### depending on the version of glibc used.

export MMTESTS="ebizzy"

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

# EBizzy
export EBIZZY_MAX_THREADS=$((NUMCPUS*4))
export EBIZZY_DURATION=30
export EBIZZY_ITERATIONS=5
