Files
apfstests/run.dbench100
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
155 B
Bash
Executable File

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