mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Small updates to dbench test runs, and integrate some bonnie++ runs too.
Add a header showing mount and mkfs options.
This commit is contained in:
@@ -134,6 +134,8 @@ _run_benchmark()
|
||||
_merge_results()
|
||||
{
|
||||
echo Results for $bench benchmark >>$OUT
|
||||
headers=`$here/run.$bench -h`
|
||||
echo "[$headers]" >>$OUT
|
||||
echo results.$bench.* | sort -nu | xargs cat >>$OUT
|
||||
echo >>$OUT
|
||||
}
|
||||
@@ -157,6 +159,12 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
|
||||
_require_scratch
|
||||
|
||||
cat >$OUT <<-EOF
|
||||
MKFS_OPTIONS=$MKFS_OPTIONS
|
||||
MOUNT_OPTIONS=$MOUNT_OPTIONS
|
||||
|
||||
EOF
|
||||
|
||||
rm -f bench.*
|
||||
for bench in $benches
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user