Skip to content

Commit 4c7a895

Browse files
committed
fix bm comment output
1 parent f91fbec commit 4c7a895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
run: |
5959
julia --color=yes ./run_benchmarks.jl -t ${{github.event.pull_request.head.ref}} -b ${{github.event.pull_request.base.ref}} --no-data-export --prefix ""
6060
echo '<details>' > body.md
61-
echo '<summary>Benchmark Results</summary>' > body.md
61+
echo '<summary>Benchmark Results</summary>' >> body.md
6262
echo '' >> body.md
6363
echo '```' >> body.md
6464
cat comparison.txt >> body.md
6565
echo '```' >> body.md
6666
echo '' >> body.md
67-
echo '</details>' > body.md
67+
echo '</details>' >> body.md
6868
echo '' >> body.md
6969
- name: Upload plot
7070
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)