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 7599ed2 + 1ca07e8 commit c94d1d9Copy full SHA for c94d1d9
pyperf/pyperf_run
@@ -78,6 +78,10 @@ generate_csv_file()
78
reduce=0
79
res_count=0
80
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"
85
while IFS= read -r line
86
do
87
if [[ $test_name == "" ]]; then
@@ -297,6 +301,7 @@ if [ $to_pbench -eq 0 ]; then
297
301
else
298
302
echo Ran > test_results_report
299
303
fi
304
300
305
generate_csv_file ${pyresults}
306
307
source ~/.bashrc
0 commit comments