add couple of v2 su cases
[xfstests-dev.git] / run.dbenchmulti
1 #!/bin/sh
2
3 # Does several dbench runs with increasing numbers of client
4
5
6 [ -z "$here" ] && here=`pwd`
7 . $here/common.dbench
8
9 if [ $# -gt 0 ]; then
10         _format_header_multipass 1 2 10 20 #50
11         exit 0
12 fi
13 tmpfile=/var/tmp/dbench.$$
14 rm -f $tmpfile
15 _run_dbench 1   >> $tmpfile
16 _run_dbench 2   >> $tmpfile
17 _run_dbench 10  >> $tmpfile
18 _run_dbench 20  >> $tmpfile
19 #_run_dbench 50 >> $tmpfile
20 _filter_dbench_multipass < $tmpfile
21 rm -f $tmpfile