File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 8989 echo '# Benchmarks: ${{ matrix.benchmark.id }}' > comment.md
9090 echo '<details>' >> comment.md
9191 echo '<summary>Table of Results</summary>' >> comment.md
92+ echo '' >> comment.md
9293 uv run python3 scripts/compare-benchmark-jsons.py base.json ${{ matrix.benchmark.id }}.json \
9394 >> comment.md
9495 echo '</details>' >> comment.md
@@ -144,6 +145,7 @@ jobs:
144145 echo '# Benchmarks: TPC-H' > comment.md
145146 echo '<details>' >> comment.md
146147 echo '<summary>Table of Results</summary>' >> comment.md
148+ echo '' >> comment.md
147149 uv run python3 scripts/compare-benchmark-jsons.py base.json tpch.json \
148150 >> comment.md
149151 echo '</details>' >> comment.md
@@ -200,6 +202,7 @@ jobs:
200202 echo '# Benchmarks: Clickbench' > comment.md
201203 echo '<details>' >> comment.md
202204 echo '<summary>Table of Results</summary>' >> comment.md
205+ echo '' >> comment.md
203206 uv run python3 scripts/compare-benchmark-jsons.py base.json clickbench.json \
204207 >> comment.md
205208 echo '</details>' >> comment.md
You can’t perform that action at this time.
0 commit comments