mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
14 lines
185 B
Bash
Executable File
14 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Does a single-client dbench run
|
|
#
|
|
|
|
[ -z "$here" ] && here=`pwd`
|
|
. $here/common.dbench
|
|
|
|
if [ $# -gt 0 ]; then
|
|
_format_header
|
|
exit 0
|
|
fi
|
|
_run_dbench 1 | _filter_dbench 1
|