Skip to content

Commit 0a71586

Browse files
authored
Merge pull request #334 from SciML/qqy/benchmark_comment
2 parents 7a6c92d + 4c3ce68 commit 0a71586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BenchmarkPR.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)