Small updates to dbench test runs, and integrate some bonnie++ runs too.
[xfstests-dev.git] / bench
diff --git a/bench b/bench
index cd7bc37dfdd92e74e367193028058201496f1570..532e2023d52ed153e51728b22e06cc784fd692d3 100755 (executable)
--- a/bench
+++ b/bench
@@ -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