### This is a number of workloads that are shell-script intensive. It is rare
### that such a workload is performance-sensitive but there are cases where it
### it is interesting. For example, glibc may make a number of system discovery
### checks that can be expensive and intensive shellscripts may reveal the
### overhead.
###
### gitsource runs the git unit tests which consist of a very large number of
### short-lived shell scripts.

# MM Test Parameters
export MMTESTS="gitsource"

# Test disk to setup (optional)
#export TESTDISK_RAID_DEVICES=
#export TESTDISK_RAID_MD_DEVICE=/dev/md0
#export TESTDISK_RAID_OFFSET=63
#export TESTDISK_RAID_SIZE=250019532
#export TESTDISK_RAID_TYPE=raid0
#export TESTDISK_PARTITION=/dev/sda6
#export TESTDISK_FILESYSTEM=ext3
#export TESTDISK_MKFS_PARAM="-f -d agcount=8"
#export TESTDISK_MOUNT_ARGS=""

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

# gitsource
export GITSOURCE_ITERATIONS=5
