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 7725629 commit 1ca07e8Copy full SHA for 1ca07e8
pyperf/pyperf_run
@@ -81,7 +81,7 @@ generate_csv_file()
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"
+ echo "Test:Avg:Unit" >> "${1}.csv"
85
while IFS= read -r line
86
do
87
if [[ $test_name == "" ]]; then
0 commit comments