Skip to content

Commit 0157ae2

Browse files
committed
Fixes
1 parent 23c3c76 commit 0157ae2

File tree

4 files changed

+13
-43
lines changed

4 files changed

+13
-43
lines changed

benchmarks/html-parsing/deno.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"imports": {
3-
"@bengineering/lightml": "jsr:@bengineering/lightml@^0.0.2"
3+
"@bengineering/lightml": "jsr:@bengineering/lightml@^0.0.2",
4+
"@types/node": "npm:@types/node@^22.10.10",
5+
"@types/deno": "npm:@types/deno@^2.0.0",
6+
"cheerio": "npm:cheerio@^1.0.0",
7+
"happy-dom": "npm:happy-dom@^16.7.1"
48
}
5-
}
9+
}

benchmarks/html-parsing/deno.lock

Lines changed: 6 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/html-parsing/package.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

benchmarks/html-parsing/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ echo "::endgroup::"
1515
output="### Performance output
1616
1717
\`\`\`shell
18-
$(./deno bench benchmark.ts)
18+
$(./deno bench --no-check -A benchmark.ts)
1919
\`\`\`"
2020
echo output >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)