Skip to content

Commit 23c3c76

Browse files
committed
Try again
1 parent 6aaa199 commit 23c3c76

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

benchmarks/html-parsing/run.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
echo "::group::Setup"
22

33
gh release download -R denoland/deno -p "deno-x86_64-unknown-linux-gnu.*"
4-
ls
54
unzip deno-x86_64-unknown-linux-gnu.zip
6-
ls -R .
7-
mv deno-x86_64-unknown-linux-gnu/deno deno
85
pwd >> "$GITHUB_PATH"
96
./deno install
10-
curl https://www.bbc.co.uk/news > corpus.html
7+
curl https://www.bbc.co.uk/news > ./corpus.html
8+
9+
echo "::endgroup::"
1110

11+
echo "::group::LS"
12+
ls
1213
echo "::endgroup::"
1314

1415
output="### Performance output

0 commit comments

Comments
 (0)