Skip to content

Commit ecb0c82

Browse files
authored
fix bench comment (#1060)
1 parent 3abd2fa commit ecb0c82

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/bench-hyperfine.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,16 @@ jobs:
238238
- name: Print tables
239239
run: |
240240
{
241-
echo "${bold}Benchmark results Main vs HEAD.${normal}"
241+
echo "## **Benchmark results Main vs HEAD.**"
242242
for f in bench-results-base/*.md; do
243+
echo "### Base"
243244
echo
244245
cat $f
246+
echo
247+
echo "### Head"
248+
echo
245249
cat bench-results-head/$(basename $f)
250+
echo
246251
done
247252
} | tee -a comment_body.md
248253

0 commit comments

Comments
 (0)