File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -216,11 +216,11 @@ jobs:
216216 -- ${{ inputs.category }} \
217217 | tee /dev/stderr \
218218 > ${{ matrix.system }}.csv
219- echo ' Benchmark results:'
219+ echo " Benchmark results:"
220220 echo
221- echo '```'
221+ echo '"'"' ```'"'" '
222222 Rscript benchmark/compare.R < ${{ matrix.system }}.csv
223- echo '```'
223+ echo '"'"' ```'"'" '
224224 ' | tee /dev/stderr >> "$GITHUB_STEP_SUMMARY"
225225 env :
226226 FILTER : ${{ inputs.filter }}
@@ -270,7 +270,7 @@ jobs:
270270 --run '
271271 echo 'Benchmark results:'
272272 echo
273- echo '```'
273+ echo '"'"' ```'"'" '
274274 awk "FNR==1 && NR!=1{next;}{print}" raw-results/*.csv | Rscript benchmark/compare.R
275- echo '```'
275+ echo '"'"' ```'"'" '
276276 ' | tee /dev/stderr >> "$GITHUB_STEP_SUMMARY"
You can’t perform that action at this time.
0 commit comments