Skip to content

Commit c94d1d9

Browse files
authored
Merge pull request #30 from redhat-performance/meta-updates
Pyperf meta updates
2 parents 7599ed2 + 1ca07e8 commit c94d1d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyperf/pyperf_run

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ generate_csv_file()
7878
reduce=0
7979
res_count=0
8080
value_sum=0
81+
82+
$TOOLS_BIN/test_header_info --front_matter --results_file "${1}.csv" --host $to_configuration --sys_type $to_sys_type --tuned $to_tuned_setting --results_version $PYPERF_VERSION --test_name $test_name_run
83+
84+
echo "Test:Avg:Unit" >> "${1}.csv"
8185
while IFS= read -r line
8286
do
8387
if [[ $test_name == "" ]]; then
@@ -297,6 +301,7 @@ if [ $to_pbench -eq 0 ]; then
297301
else
298302
echo Ran > test_results_report
299303
fi
304+
300305
generate_csv_file ${pyresults}
301306
else
302307
source ~/.bashrc

0 commit comments

Comments
 (0)