[BACK]Return to run.metaperf_10i_1000n CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests

File: [Development] / xfs-cmds / xfstests / run.metaperf_10i_1000n (download)

Revision 1.2, Thu Sep 25 01:57:56 2003 UTC (14 years, 1 month ago) by fsgqa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines

Cleanup dbench benchmark scripts

#!/bin/sh
# 
# Runs the metaperf metadata micro-benchmark.
# Use 1000 files, 10 iterations.
# 

[ -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