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.
2 parents 7658b52 + 23971c3 commit c1f397aCopy full SHA for c1f397a
pyperf/pyperf_run
@@ -326,7 +326,7 @@ else
326
echo Ran >> ${RESULTSDIR}/test_results_report
327
fi
328
cp /tmp/pyperf.out ${RESULTSDIR}
329
- cp ${curdir}/meta_data.yml ${RESULTSDIR}
+ cp ${curdir}/meta_data*.yml ${RESULTSDIR}
330
rm -f results_pbench.tar
331
working_dir=`ls -rtd /tmp/results*${test_name}* | grep -v tar | tail -1`
332
find $working_dir -type f | tar --transform 's/.*\///g' -cf results_pbench.tar --files-from=/dev/stdin
0 commit comments