Add a new growfs test 078, and do a better job of cleaning tmp files after a QA run
[xfstests-dev.git] / run.dbench50
1 #!/bin/sh
2
3 # Does a dbench run with 50 clients
4
5 DBENCH_CLIENTS=50
6 export DBENCH_CLIENTS
7
8 [ ! -d "$here" ] && here=`pwd`
9
10 exec $here/common.dbench $@