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:
fsgqa
2002-11-09 05:49:41 +00:00
parent 3a4a860cbc
commit d56adf280e
9 changed files with 133 additions and 5 deletions
+8
View File
@@ -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