### PHPBench is a benchmark suite for PHP that performs a simple tests in
### order to evaluate the performance of the PHP interpretor.

export MMTESTS="phpbench"

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_GZIP="proc-vmstat top mpstat turbostat"
export MONITORS_WITH_LATENCY="vmstat"
export MONITOR_UPDATE_FREQUENCY=10
export MONITOR_FTRACE_EVENTS=
export MONITOR_PERF_EVENTS=

# PHPbench
export PHPBENCH_ITERATIONS=30
