Files
apfstests/run.dbench
T
fsgqa d56adf280e Small updates to dbench test runs, and integrate some bonnie++ runs too.
Add a header showing mount and mkfs options.
2002-11-09 05:49:41 +00:00

11 lines
150 B
Bash
Executable File

#!/bin/sh
#
# Does a single-client dbench run
#
DBENCH_CLIENTS=1
export DBENCH_CLIENTS
[ ! -d "$here" ] && here=`pwd`
exec $here/common.dbench $@