Skip to content

Commit 2eddf65

Browse files
committed
Fixes
1 parent 7c8418a commit 2eddf65

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

benchmarks/html-parsing/run.sh

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

99
echo "::endgroup::"
1010

11-
deno bench --no-check -A benchmark.ts
11+
./deno bench --no-check -A benchmark.ts
1212

13-
output="### Performance output
13+
CB='```'
14+
OUTPUT="### Performance output
1415
15-
\`\`\`shell
16-
$(deno bench --no-check -A benchmark.ts)
17-
\`\`\`"
16+
"$CB"shell
17+
$(./deno bench --no-check -A benchmark.ts)
18+
$CB"
1819

19-
echo $output >> $GITHUB_STEP_SUMMARY
20+
echo "$OUTPUT" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)