Files
apfstests/run.metaperf_1i_1n
T

15 lines
250 B
Bash
Executable File

#!/bin/sh
#
# Runs the metaperf metadata micro-benchmark.
# Use 1 file, 1 iteration. (worst case)
#
. $here/common.metaperf
if [ $# -gt 0 ]; then
_format_header
exit 0
fi
$here/src/metaperf -d . -i 1 -n 1 -l15 $allops | _format_metaperf