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

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

Revision 1.1, Wed Sep 24 05:00:30 2003 UTC (14 years, 1 month ago) by fsgqa
Branch: MAIN
CVS Tags: HEAD

Replace metaperf gedents code with a more useful readdir operation; add some auto-bench scripts for metaperf runs; fix a divide-by-zero in dirperf

#!/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