### Sysbench is a suite of microbenchmarks. This runs the thread microbench which
### has threads loop on a lock, yield, unlock. It is considered to be of
### questionable value given its vunerability to load balancing and sched_yield
### decisions.

export MMTESTS="sysbenchthread"

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_GZIP="proc-vmstat perf-time-stat mpstat turbostat"
export MONITORS_WITH_LATENCY="vmstat"
export MONITOR_PERF_EVENTS=cpu-migrations,context-switches
export MONITOR_UPDATE_FREQUENCY=10

# sysbench cpu
export SYSBENCHTHREAD_MAX_THREADS=$((NUMCPUS*2))
export SYSBENCHTHREAD_ITERATIONS=7
