We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f397a commit 3e366efCopy full SHA for 3e366ef
pyperf/pyperf_run
@@ -159,6 +159,10 @@ else
159
fi
160
161
162
+# Gather hardware information
163
+${curdir}/test_tools/gather_data ${curdir}
164
+
165
166
if [ ! -f "/tmp/pyperf.out" ]; then
167
command="${0} $@"
168
echo $command
@@ -327,6 +331,7 @@ else
327
331
328
332
cp /tmp/pyperf.out ${RESULTSDIR}
329
333
cp ${curdir}/meta_data*.yml ${RESULTSDIR}
334
+ ${curdir}/test_tools/move_data $curdir ${RESULTSDIR}
330
335
rm -f results_pbench.tar
336
working_dir=`ls -rtd /tmp/results*${test_name}* | grep -v tar | tail -1`
337
find $working_dir -type f | tar --transform 's/.*\///g' -cf results_pbench.tar --files-from=/dev/stdin
0 commit comments