Skip to content

Commit 0b9933c

Browse files
committed
fixup! fixup! tools: add benchmark runner to test-shared
1 parent 6645ce1 commit 0b9933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
--arg sharedLibDeps '{}' \
269269
--arg devTools '[]' \
270270
--run '
271-
echo 'Benchmark results:'
271+
echo "Benchmark results:"
272272
echo
273273
echo '"'"'```'"'"'
274274
awk "FNR==1 && NR!=1{next;}{print}" raw-results/*.csv | Rscript benchmark/compare.R

0 commit comments

Comments
 (0)