Files
apfstests/run.metaperf_10i_1000n
T

15 lines
247 B
Bash
Raw Normal View History

#!/bin/sh
#
# Runs the metaperf metadata micro-benchmark.
# Use 1000 files, 10 iterations.
#
. $here/common.metaperf
if [ $# -gt 0 ]; then
_format_header
exit 0
fi
$here/src/metaperf -d . -i 10 -n 1000 -l15 $allops | _format_metaperf