Skip to content

Commit 6c3e124

Browse files
committed
fixup! fixup! tools: add benchmark runner to test-shared
1 parent 8f6b705 commit 6c3e124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-shared.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
with:
202202
pattern: csv-*
203203
merge-multiple: true
204+
path: raw-results
204205
github-token: ${{ github.token }} # token with actions:read permissions on target repo
205206
repository: aduh95/node
206207
run-id: 17513675780
@@ -229,5 +230,5 @@ jobs:
229230
--arg sharedLibDeps '{}' \
230231
--arg devTools '[]' \
231232
--run '
232-
cat *.csv | Rscript benchmark/compare.R
233+
cat raw-results/*.csv | Rscript benchmark/compare.R
233234
'

0 commit comments

Comments
 (0)