Skip to content

Commit 7c8418a

Browse files
committed
print variable
1 parent 0157ae2 commit 7c8418a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

benchmarks/html-parsing/run.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ curl https://www.bbc.co.uk/news > ./corpus.html
88

99
echo "::endgroup::"
1010

11-
echo "::group::LS"
12-
ls
13-
echo "::endgroup::"
11+
deno bench --no-check -A benchmark.ts
1412

1513
output="### Performance output
1614
1715
\`\`\`shell
18-
$(./deno bench --no-check -A benchmark.ts)
16+
$(deno bench --no-check -A benchmark.ts)
1917
\`\`\`"
20-
echo output >> $GITHUB_STEP_SUMMARY
18+
19+
echo $output >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)