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:
51
51
- name : Create markdown table from benchmarks
52
52
run : |
53
53
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
56
54
echo '### Benchmark Results' > body.md
55
+ echo '<details>' >> body.md
56
+ echo '<summary>Click to check benchmark results</summary>' >> body.md
57
57
echo '' >> body.md
58
58
echo '' >> body.md
59
59
cat table.md >> body.md
60
60
echo '' >> body.md
61
61
echo '' >> body.md
62
62
echo '</details>' >> body.md
63
63
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
65
65
echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
66
66
67
67
- name : Find Comment
You can’t perform that action at this time.
0 commit comments