mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Cleanup dbench benchmark scripts
This commit is contained in:
+7
-4
@@ -2,9 +2,12 @@
|
||||
#
|
||||
# Does a dbench run with 50 clients
|
||||
#
|
||||
DBENCH_CLIENTS=50
|
||||
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 50 | _filter_dbench 50
|
||||
|
||||
Reference in New Issue
Block a user