Use larger sizes in this test, seems to trigger the deadlock more easily
[xfstests-dev.git] / run.dbench20
1 #!/bin/sh
2
3 # Does a dbench run with 20 clients
4
5 DBENCH_CLIENTS=20
6 export DBENCH_CLIENTS
7
8 [ ! -d "$here" ] && here=`pwd`
9
10 exec $here/common.dbench $@