Skip to content

Commit 1ca07e8

Browse files
committed
fix
1 parent 7725629 commit 1ca07e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperf/pyperf_run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ generate_csv_file()
8181

8282
$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
8383

84-
echo "Test:Avg:Unit" > "${1}.csv"
84+
echo "Test:Avg:Unit" >> "${1}.csv"
8585
while IFS= read -r line
8686
do
8787
if [[ $test_name == "" ]]; then

0 commit comments

Comments
 (0)