Skip to content

Commit 141843a

Browse files
committed
less verbose benchmark comments
1 parent cb0ed87 commit 141843a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ jobs:
3030
working-directory: benchmark
3131
run: |
3232
julia --color=yes ./run_benchmarks.jl -t ${{github.event.pull_request.head.ref}} -b ${{github.event.pull_request.base.ref}} --no-data-export --prefix ""
33-
echo '### Benchmark Results' > body.md
33+
echo '<details>' > body.md
34+
echo '<summary>Benchmark Results</summary>' > body.md
3435
echo '' >> body.md
3536
echo '```' >> body.md
3637
cat comparison.txt >> body.md
3738
echo '```' >> body.md
3839
echo '' >> body.md
40+
echo '</details>' > body.md
41+
echo '' >> body.md
3942
- name: Upload plot
4043
uses: actions/upload-artifact@v4
4144
id: artifact-upload-step

0 commit comments

Comments
 (0)