[eric] perf: re-verify task #10 on signed v1.3.86 (identical bits to abandoned 1.3.87)

- download 371.5MB @ 27.1MB/s, authenticode valid; install 6.3s

- cold 22.6s, warm 5.0s, asar 2.1MB, skills live total=17 -- all on the signed 1.3.86 build
This commit is contained in:
Eric
2026-06-17 00:49:58 -07:00
parent 1f2d5f19b3
commit ff432466bf
+7 -5
View File
@@ -138,16 +138,18 @@ Takeaways: the archive (Bug #2 fix) turns a broken/∞ first-app into a working
SAME Defender-on-many-small-files cost as cold app-startup (Task #9) -- the one
lever that would shrink both.
### Task #10 — VERIFIED on the real code-signed build (v1.3.87)
### Task #10 — VERIFIED on the real code-signed build (v1.3.86)
Downloaded the signed draft-release installer, verified signature, installed, and
measured on this Windows 11 box. All numbers are from the packaged app, not dev.
(Shipped as v1.3.86 on the fixed code; the earlier v1.3.87 build was identical
bits and is abandoned. Numbers below are the v1.3.86 run; v1.3.87 matched.)
| metric | baseline (1.2.x) | signed v1.3.87 | result |
| metric | baseline (1.2.x) | signed v1.3.86 | result |
| --- | --- | --- | --- |
| installer download | n/a | 371.5 MB @ 23.5 MB/s (15.8 s) | signed: Authenticode **Valid** (CN=Eric Zeng) |
| install time | n/a | ~9.3 s | Squirrel |
| **cold backend-http-ready** | **54-138 s** | **22.5 s** | **~75-84% faster** |
| installer download | n/a | 371.5 MB @ 27.1 MB/s (13.7 s) | signed: Authenticode **Valid** (CN=Eric Zeng) |
| install time | n/a | ~6.3 s | Squirrel |
| **cold backend-http-ready** | **54-138 s** | **22.6 s** | **~75-84% faster** |
| **warm backend-http-ready** | **9-10 s** | **5.0 s** | **~50% faster, under the 10s goal** |
| app.asar size | ~607 MB | **2.1 MB** | #9 item 4 confirmed |
| asar contains python-env/build-staging | yes | **no** | confirmed |