Cleanup dbench benchmark scripts

This commit is contained in:
fsgqa
2003-09-25 01:57:56 +00:00
parent 5e5c47620a
commit 58b380a189
10 changed files with 101 additions and 37 deletions
+7 -4
View File
@@ -2,9 +2,12 @@
#
# Does a dbench run with 100 clients
#
DBENCH_CLIENTS=100
export DBENCH_CLIENTS
[ ! -d "$here" ] && here=`pwd`
[ -z "$here" ] && here=`pwd`
. $here/common.dbench
exec $here/common.dbench $@
if [ $# -gt 0 ]; then
_format_header
exit 0
fi
_run_dbench 100 | _filter_dbench 100