[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.1, Wed Sep 24 05:00:30 2003 UTC (14 years, 1 month ago) by fsgqa
Branch: MAIN

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