mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Minor QA/bench updates.
echo mkfs & mount options into the output.
This commit is contained in:
@@ -159,19 +159,19 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
|
||||
_require_scratch
|
||||
|
||||
cat >$OUT <<-EOF
|
||||
MKFS_OPTIONS=$MKFS_OPTIONS
|
||||
MOUNT_OPTIONS=$MOUNT_OPTIONS
|
||||
|
||||
EOF
|
||||
echo "MKFS_OPTIONS=$MKFS_OPTIONS" >>$OUT
|
||||
echo "MOUNT_OPTIONS=$MOUNT_OPTIONS" >>$OUT
|
||||
echo "" >>$OUT
|
||||
|
||||
rm -f bench.*
|
||||
for bench in $benches
|
||||
do
|
||||
do
|
||||
echo "" >$FULL
|
||||
echo "" >$LOG
|
||||
_log "*** benchmark started [passes=$passes, benchmark=$bench]"
|
||||
_log "*** (`date`)"
|
||||
_log "*** MKFS_OPTIONS=$MKFS_OPTIONS"
|
||||
_log "*** MOUNT_OPTIONS=$MOUNT_OPTIONS
|
||||
_log " *** unmounting scratch device"
|
||||
umount $SCRATCH_DEV 2>&1 | _fix_malloc >>$FULL
|
||||
|
||||
|
||||
+4
-3
@@ -79,11 +79,12 @@ in
|
||||
bruce)
|
||||
MODULAR=0
|
||||
EMAIL="nathans@larry"
|
||||
TEST_DEV=/dev/sda10
|
||||
TEST_DIR=/mnt/xfs1
|
||||
SCRATCH_DEV=/dev/sda9
|
||||
SCRATCH_MNT=/mnt/xfs0
|
||||
SCRATCH_DEV=/dev/sdb5
|
||||
SCRATCH_RTDEV=/dev/sda9
|
||||
SCRATCH_LOGDEV=/dev/sda11
|
||||
TEST_DIR=/mnt/xfs1
|
||||
TEST_DEV=/dev/sda10
|
||||
TAPE_DEV=/dev/st0
|
||||
RMT_TAPE_DEV=bruce:/dev/st0
|
||||
RMT_IRIXTAPE_DEV=snort:/dev/tape
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
# then massages the output into CSV format with the human-readable
|
||||
# output preceding it as a "comment" (ie. #-prefixed).
|
||||
#
|
||||
BONNIE_FILESIZE=${BONNIE_FILESIZE:=80M}
|
||||
BONNIE_FILESIZE=${BONNIE_FILESIZE:=500M}
|
||||
BONNIE_CHUNKSIZE=${BONNIE_CHUNKSIZE:=1K}
|
||||
|
||||
. $here/common.bonnie
|
||||
|
||||
Reference in New Issue
Block a user