Skip to content

Commit b195df2

Browse files
committed
fixup! tools: add benchmark runner to test-shared
1 parent 63d5154 commit b195df2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-shared.yml

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

0 commit comments

Comments
 (0)