Files
apfstests/run.dbench2
T

11 lines
151 B
Bash
Raw Normal View History

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