Files
apfstests/run.metaperf_10i_1000n
T

16 lines
276 B
Bash
Raw Normal View History

#!/bin/sh
#
# Runs the metaperf metadata micro-benchmark.
# Use 1000 files, 10 iterations.
#
2003-09-25 01:57:56 +00:00
[ -z "$here" ] && here=`pwd`
. $here/common.metaperf
if [ $# -gt 0 ]; then
_format_header
exit 0
fi
$here/src/metaperf -d . -i 10 -n 1000 -l15 $allops | _format_metaperf