Files
apfstests/run.dbench20
T
fsgqa 30f93b8e71 QA updates and a couple of new tests.
Exercise some of the limits for large file handling on 32-bit-sector_t systems.
2003-07-07 03:34:36 +00:00

11 lines
153 B
Bash
Executable File

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