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

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

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