summaryrefslogtreecommitdiff
path: root/run.dbench2
blob: 1eca928389a730cb6f4a7fde5e216eb565ff4cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# 
# Does a dbench run with 2 clients
# 

[ -z "$here" ] && here=`pwd`
. $here/common.dbench

if [ $# -gt 0 ]; then
	_format_header
	exit 0
fi
_run_dbench 2 | _filter_dbench 2