We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ed87 commit 141843aCopy full SHA for 141843a
.github/workflows/benchmark.yml
@@ -30,12 +30,15 @@ jobs:
30
working-directory: benchmark
31
run: |
32
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
+ echo '<details>' > body.md
34
+ echo '<summary>Benchmark Results</summary>' > body.md
35
echo '' >> body.md
36
echo '```' >> body.md
37
cat comparison.txt >> body.md
38
39
40
+ echo '</details>' > body.md
41
+ echo '' >> body.md
42
- name: Upload plot
43
uses: actions/upload-artifact@v4
44
id: artifact-upload-step
0 commit comments