File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ jobs:
5151 - name : Create markdown table from benchmarks
5252 run : |
5353 benchpkgtable ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --input-dir=results/ --ratio > table.md
54- echo '<details>' > body.md
55- echo '<summary>Click to check benchmark results</summary>' >> body.md
5654 echo '### Benchmark Results' > body.md
55+ echo '<details>' >> body.md
56+ echo '<summary>Click to check benchmark results</summary>' >> body.md
5757 echo '' >> body.md
5858 echo '' >> body.md
5959 cat table.md >> body.md
6060 echo '' >> body.md
6161 echo '' >> body.md
6262 echo '</details>' >> body.md
6363 echo '### Benchmark Plots' >> body.md
64- echo 'A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.' >> body.md
64+ echo 'A plot of the benchmark results has been uploaded as an artifact to the workflow run for this PR.' >> body.md
6565 echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
6666
6767 - name : Find Comment
You can’t perform that action at this time.
0 commit comments