Skip to content

Commit

Permalink
Merge pull request #30 from redhat-performance/meta-updates
Browse files Browse the repository at this point in the history
Pyperf meta updates
  • Loading branch information
sousinha97 authored Sep 19, 2024
2 parents 7599ed2 + 1ca07e8 commit c94d1d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyperf/pyperf_run
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ generate_csv_file()
reduce=0
res_count=0
value_sum=0

$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

echo "Test:Avg:Unit" >> "${1}.csv"
while IFS= read -r line
do
if [[ $test_name == "" ]]; then
Expand Down Expand Up @@ -297,6 +301,7 @@ if [ $to_pbench -eq 0 ]; then
else
echo Ran > test_results_report
fi

generate_csv_file ${pyresults}
else
source ~/.bashrc
Expand Down

0 comments on commit c94d1d9

Please sign in to comment.