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

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