export MMTESTS="adrestia-wakeup-single"

# 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

# Adrestia
export ADRESTIA_LOOPS=1000
export ADRESTIA_MIN_ARRIVAL_TIME=32
export ADRESTIA_MAX_ARRIVAL_TIME=$((64*1024))
export ADRESTIA_SERVICE_TIME=25000
export ADRESTIA_ITERATIONS=300
export ADRESTIA_THREADS=1
