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 f91fbec commit 4c7a895Copy full SHA for 4c7a895
.github/workflows/benchmark.yml
@@ -58,13 +58,13 @@ jobs:
58
run: |
59
julia --color=yes ./run_benchmarks.jl -t ${{github.event.pull_request.head.ref}} -b ${{github.event.pull_request.base.ref}} --no-data-export --prefix ""
60
echo '<details>' > body.md
61
- echo '<summary>Benchmark Results</summary>' > body.md
+ echo '<summary>Benchmark Results</summary>' >> body.md
62
echo '' >> body.md
63
echo '```' >> body.md
64
cat comparison.txt >> body.md
65
66
67
- echo '</details>' > body.md
+ echo '</details>' >> body.md
68
69
- name: Upload plot
70
uses: actions/upload-artifact@v4
0 commit comments