### Fork sequentially a large number of processes, and measure the
### latency of each individual fork() call. Report the share of forks within
### the same NUMA node of the parent v. the total, and their average latency.

export MMTESTS="saladfork"

# 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

# saladfork
export SALADFORK_ITERATIONS=100000
