Further work on a generic benchmarking framework.

make important argument mandatory, do a better job of collecting results.
This commit is contained in:
Nathan Scott
2002-09-19 07:26:17 +00:00
parent 6dafe2f15e
commit 4fa64f8a9d
4 changed files with 49 additions and 32 deletions
+4
View File
@@ -490,6 +490,10 @@ do
_sudo ./bench $BENCH_PASSES `id -nu && id -ng` \
|| _fail " !!! failed to run benchmarks"
_log ""
_log " *** send results mail"
mail -s "XFS QA benchmark results" $EMAIL < $ROOT/bench.out 2>&1
new_state="done"
;;