Files
apfstests/run.dbench10
T

11 lines
153 B
Bash
Raw Normal View History

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