Adds pcbnew-large-perf.spec.ts (PERF_LARGE-gated: repeated cold loads, vme-wren/jetson opens, rAF + distinct-glcanvas-frame FPS under throttle, wasm/JS heap checkpoints), fetchIntoMemfs + openAndWait/sampleMemory/ measureFpsDetailed perf-utils, dual 9.99+10.0 config seeding in pcbnew.html so foreign-branch builds boot wizard-free, and the full benchmark report + raw data under docs/features/async/migration-evidence/. Headlines: wasm 94 vs 113 MB raw (18.6 vs 36.7 MB gzip), post-link tail 1.6 s/49 MB vs 63 s/6.1 GB per build, cold load −40 %, 27.7 MB board open −45 %, real redraws +68 % at 4× throttle, boot heap −31 %. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016X9eh1s5sTx1o9Em9KBuwR
95 lines
2.1 KiB
Text
95 lines
2.1 KiB
Text
# Build directories
|
||
build/
|
||
build-*/
|
||
cmake-build-*/
|
||
|
||
# IDE
|
||
.idea/
|
||
.vscode/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
|
||
# Compiled objects
|
||
*.o
|
||
*.obj
|
||
*.a
|
||
*.so
|
||
*.dylib
|
||
*.dll
|
||
|
||
# WebAssembly output (but not Makefiles that end in .wasm)
|
||
*.wasm
|
||
!Makefile.wasm
|
||
*.js.map
|
||
*.wasm.map
|
||
|
||
# macOS
|
||
.DS_Store
|
||
|
||
# Emscripten cache
|
||
.emscripten_cache/
|
||
|
||
# Local emsdk installation (managed by scripts/setup-emsdk.sh)
|
||
/tools/emsdk/
|
||
|
||
# Clean clone for reproducible builds (generated by build-wxwidgets-wasm-clean.sh)
|
||
wxwidgets-clean/
|
||
|
||
# Test artifacts
|
||
/tests/node_modules/
|
||
/tests/playwright-report/
|
||
/tests/test-results/
|
||
/tests/bench-results/
|
||
/tests/pw-artifacts/
|
||
/tests/.test-port
|
||
/test-results/
|
||
/tests/apps/*.js
|
||
/tests/apps/*.html
|
||
/tests/apps/minimal_test.wasm
|
||
/tests/apps/standalone/*/*.js
|
||
/tests/apps/standalone/*/*.html
|
||
/tests/apps/standalone/*/*.wasm
|
||
/tests/apps/kicad/*.js
|
||
/tests/apps/kicad/*.wasm
|
||
# Demo board for the gerbview print test — provisioned at setup from
|
||
# site/public/gerber-demo/board (see tests/scripts/setup-kicad-wasm.sh), not committed.
|
||
/tests/apps/kicad/board/
|
||
|
||
# DOM-port test bundles (mirrored + built by scripts/build-wasm-test.sh --dom)
|
||
|
||
# Worktree-local canvas reference snapshot for regression gating (see
|
||
# features/wx-dom-port docs); derived from a local run, not a project asset
|
||
/tests/phase0-canvas-reference/
|
||
/tests/phase0-timestamp-noisy.txt
|
||
/tests/apps/kicad/*.tar.gz
|
||
!tests/apps/kicad/pcbnew.html
|
||
/tests/apps/gal-webgl/*.js
|
||
/tests/apps/gal-webgl/*.wasm
|
||
/tests/apps/3d-webgl/*.js
|
||
/tests/apps/3d-webgl/*.wasm
|
||
/temp/
|
||
*.log
|
||
*.tmp
|
||
output/
|
||
*.d
|
||
.playwright-mcp
|
||
.claude/worktrees/
|
||
|
||
# Feature patch scratch (generated by scripts/create-feature-patches.sh).
|
||
# Curated design docs live under docs/features/ and ARE committed.
|
||
/features/
|
||
|
||
# Temporary/disposable prebuilt WASM sets (native-EH + JS-EH × eeschema + pcbnew
|
||
# O1 builds) + the standalone perf harness, used to reproduce the runtime-perf
|
||
# comparison on demand. Large (~1 GB), never committed.
|
||
/benchmark-builds/
|
||
|
||
/memory/
|
||
|
||
# Wrangler (Cloudflare CLI) local state/cache — created when running R2 deploys.
|
||
.wrangler/
|
||
tests/.scratch/
|
||
*.o.stamp
|
||
tests/apps/standalone/*/stack_test*.mjs
|
||
tests/apps/standalone/*/coroutine_jspi_test*.mjs
|