Try to address WPT running OOM

- Continue to reuse the Browser/Env/Isolate, but no start a new session per test.
- Test http server now properly closes the sendFile fd
- Run WPT in ReleaseMode
- Add --quiet option to WPT and some commented out debug code for dumping v8
  memory stats
This commit is contained in:
Karl Seguin
2025-09-09 19:15:35 +08:00
parent 1e738dcf79
commit 67935b11c9
4 changed files with 41 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- uses: ./.github/actions/install
- name: json output
run: zig build wpt -- --json > wpt.json
run: zig build -Doptimize=ReleaseFast wpt -- --json > wpt.json
- name: write commit
run: |