Skip to content

Commit 805fd7b

Browse files
Separate tables
1 parent 529c8d2 commit 805fd7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
python3 ${GITHUB_WORKSPACE}/.github/scripts/profiler_rocm.py --runs 12 --input /root/${PROFILER_CSV} --output /root/${PROFILER_CSV}
104104
python3 ${GITHUB_WORKSPACE}/.github/scripts/merge_runs.py --discard 2 --input /root/${BENCHMARK_CSV} --output /root/${BENCHMARK_CSV}
105105
python3 ${GITHUB_WORKSPACE}/.github/scripts/csv_to_md.py --baseline ${STANDALONE_DIR}/baseline/${PROFILER_CSV} --current /root/${PROFILER_CSV} >> ${GITHUB_STEP_SUMMARY}
106+
echo -e "\n\n" >> ${GITHUB_STEP_SUMMARY}
106107
python3 ${GITHUB_WORKSPACE}/.github/scripts/csv_to_md.py --baseline ${STANDALONE_DIR}/baseline/${BENCHMARK_CSV} --current /root/${BENCHMARK_CSV} >> ${GITHUB_STEP_SUMMARY}
107108
rm -rf ${STANDALONE_DIR}/baseline
108109

0 commit comments

Comments
 (0)