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