@@ -9,23 +9,23 @@ package's dependency. The fixture workspace pins Vite's floating transitive
99versions to the exact versions in the root lock, so the nested frozen install
1010can run offline after a clean root CI install.
1111
12- The minified Vite 8 packed-consumer baseline is 15,028 gzip/47,141 raw
12+ The minified Vite 8 packed-consumer baseline is 40,121 gzip/143,265 raw
1313bytes for the complete parser-free core, 67,573 gzip bytes for the PostgreSQL
1414transitive graph, 50,470 gzip bytes for the BigQuery transitive graph, and
15- 125,937 gzip/572,982 raw bytes for the complete worker build output. The core
16- measurement includes the four authenticated relation-dialect runtimes and
17- their reserved-word tables. The PostgreSQL and BigQuery figures each include
18- their transitive shared chunks; the report also identifies those shared chunks
19- explicitly.
15+ 150,985 gzip/669,106 raw bytes for the complete worker build output. The core
16+ measurement includes the four authenticated relation-dialect runtimes, their
17+ reserved-word tables, and relation-completion/session orchestration. The
18+ PostgreSQL and BigQuery figures each include their transitive shared chunks;
19+ the report also identifies those shared chunks explicitly.
2020
21- The fail-closed ceilings retain approximately 9 % gzip and 13 % raw headroom for
22- the core, 4 % gzip and 2 % raw headroom for the complete worker output, and the
23- existing tight dialect-graph headroom:
21+ The fail-closed ceilings retain approximately 18 % gzip and 22 % raw headroom
22+ for the core, 8 % gzip and 7 % raw headroom for the complete worker output, and
23+ the existing tight dialect-graph headroom:
2424
25- - Complete parser-free core: 16 KiB gzip and 52 KiB raw
25+ - Complete parser-free core: 48 KiB gzip and 180 KiB raw
2626- PostgreSQL transitive graph: 68 KiB gzip
2727- BigQuery transitive graph: 50 KiB gzip
28- - Complete worker build output: 128 KiB gzip and 570 KiB raw
28+ - Complete worker build output: 160 KiB gzip and 700 KiB raw
2929
3030These are provisional placement limits, not product bundle promises. The
3131orchestration script fails closed when they are exceeded, when the dialects no
0 commit comments