Add interactive WebKit memory watcher script

scripts/memory-test.sh records peak/min WebKit RSS per user-driven
phase (login, global scroll, following scroll, thread open, etc.)
and writes a TSV for side-by-side comparison between builds. Used
during the v0.12.8 OOM investigation and kept for future
regressions. Output files gitignored.
This commit is contained in:
Jure
2026-04-17 14:17:48 +02:00
parent 704e738d3a
commit c93a07c48e
2 changed files with 82 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@ screenshots/
*.png
!src-tauri/icons/*.png
# Memory test output (produced by scripts/memory-test.sh)
memory-test-*.tsv
# Private docs (drafts, specs, research, grant applications)
private_docs/
test/accounts.json