### stressng context switching stress test
###

# MM Test Parameters
export MMTESTS="stressng"
export RUN_WARMUP=

# Profiling parameters
export RUN_NOPROFILE=no
export RUN_FINEPROFILE=yes
export RUN_COARSEPROFILE=no
export OPROFILE_REPORT_ANNOTATE=no

# Machine configuration

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

# schbench
export STRESSNG_MIN_THREADS=1
export STRESSNG_MAX_THREADS=1
export STRESSNG_RUNTIME=30
export STRESSNG_ITERATIONS=7
export STRESSNG_TESTNAME=context
