diff --git a/pyperf/pyperf_run b/pyperf/pyperf_run index 6cc56eb..1962d05 100755 --- a/pyperf/pyperf_run +++ b/pyperf/pyperf_run @@ -159,6 +159,10 @@ else fi fi +# Gather hardware information +${curdir}/test_tools/gather_data ${curdir} + + if [ ! -f "/tmp/pyperf.out" ]; then command="${0} $@" echo $command @@ -327,6 +331,7 @@ else fi cp /tmp/pyperf.out ${RESULTSDIR} cp ${curdir}/meta_data*.yml ${RESULTSDIR} + ${curdir}/test_tools/move_data $curdir ${RESULTSDIR} rm -f results_pbench.tar working_dir=`ls -rtd /tmp/results*${test_name}* | grep -v tar | tail -1` find $working_dir -type f | tar --transform 's/.*\///g' -cf results_pbench.tar --files-from=/dev/stdin