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 a431bda commit 0669587Copy full SHA for 0669587
pyperf/pyperf_run
@@ -248,7 +248,7 @@ else
248
fi
249
cp /tmp/pyperf.out ${RESULTSDIR}
250
cp ${curdir}/meta_data.yml ${RESULTSDIR}
251
+ find results_${test_name}_${to_tuned_setting} -type f | tar --transform 's/.*\///g' -cf results_${test_name}_${to_tuned_setting}_pbench.tar --files-from=/dev/stdin
252
tar hcf results_${test_name_run}_${to_tuned_setting}.tar results_${test_name_run}_${to_tuned_setting}
- cp results_${test_name_run}_${to_tuned_setting}.tar results_pbench_${test_name_run}_${to_tuned_setting}.tar
253
254
exit 0
0 commit comments