Further work on a generic benchmarking framework.
[xfstests-dev.git] / tools / auto-qa
index 70eae80c6585f1d0714e62bf6217ba0e5062d59d..487660b6376422cb87a59abe4ba83e33fb9c150a 100755 (executable)
@@ -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"
            ;;