We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-shared
1 parent bb77de0 commit e763224Copy full SHA for e763224
.github/workflows/test-shared.yml
@@ -216,8 +216,12 @@ jobs:
216
-- ${{ inputs.category }} \
217
| tee /dev/stderr \
218
> ${{ matrix.system }}.csv
219
+ echo 'Benchmark results:'
220
+ echo
221
+ echo '```'
222
Rscript benchmark/compare.R < ${{ matrix.system }}.csv
- '
223
224
+ ' | tee /dev/stderr >> "$GITHUB_STEP_SUMMARY"
225
env:
226
FILTER: ${{ inputs.filter }}
227
@@ -264,5 +268,9 @@ jobs:
264
268
--arg sharedLibDeps '{}' \
265
269
--arg devTools '[]' \
266
270
--run '
271
272
273
267
274
awk "FNR==1 && NR!=1{next;}{print}" raw-results/*.csv | Rscript benchmark/compare.R
275
276
0 commit comments