We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8418a commit 2eddf65Copy full SHA for 2eddf65
benchmarks/html-parsing/run.sh
@@ -8,12 +8,13 @@ curl https://www.bbc.co.uk/news > ./corpus.html
8
9
echo "::endgroup::"
10
11
-deno bench --no-check -A benchmark.ts
+./deno bench --no-check -A benchmark.ts
12
13
-output="### Performance output
+CB='```'
14
+OUTPUT="### Performance output
15
-\`\`\`shell
16
-$(deno bench --no-check -A benchmark.ts)
17
-\`\`\`"
+"$CB"shell
+$(./deno bench --no-check -A benchmark.ts)
18
+$CB"
19
-echo $output >> $GITHUB_STEP_SUMMARY
20
+echo "$OUTPUT" >> $GITHUB_STEP_SUMMARY
0 commit comments