We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaa199 commit 23c3c76Copy full SHA for 23c3c76
benchmarks/html-parsing/run.sh
@@ -1,14 +1,15 @@
1
echo "::group::Setup"
2
3
gh release download -R denoland/deno -p "deno-x86_64-unknown-linux-gnu.*"
4
-ls
5
unzip deno-x86_64-unknown-linux-gnu.zip
6
-ls -R .
7
-mv deno-x86_64-unknown-linux-gnu/deno deno
8
pwd >> "$GITHUB_PATH"
9
./deno install
10
-curl https://www.bbc.co.uk/news > corpus.html
+curl https://www.bbc.co.uk/news > ./corpus.html
+
+echo "::endgroup::"
11
+echo "::group::LS"
12
+ls
13
echo "::endgroup::"
14
15
output="### Performance output
0 commit comments