You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: update query benchmarks (3.4.1)
* fix(docs): add explanatory note for 3.4.1 diffImpact +45% delta (#646)
* fix(docs): restore 3.4.1 raw totals lost in merge, add engine parity note (#647)
The merge with main reverted raw totals, phase breakdowns, incremental
rebuild rows, query rows, and the JSON blob back to 3.4.0 values.
Restores the correct 3.4.1 data and adds a note referencing #649 for
the native/WASM node count divergence (10,982 vs 10,956).
* fix(docs): add explanatory note for 3.4.1 diffImpact +45% delta (#646)
* fix(docs): restore 3.4.1 query benchmark data and update latest results (#646)
The previous fix commit accidentally removed all 3.4.1 data instead of
adding the explanatory note. This restores the summary table rows,
"Latest results" section, and JSON block for 3.4.1.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: carlos-alm <127798846+carlos-alm@users.noreply.github.com>
**Note (3.4.1):** The ↑45% diffImpact delta is inflated by 3.4.0 being an unusually low baseline (5.6ms/4.9ms). The new absolute values (8.1ms native, 7.1ms wasm) fall within the historical range (e.g. 3.1.3: 8.3ms, 3.3.0: 8.8ms). The mid-query target also changed from `rule` to `noTests`, which may affect diffImpact scope. No engine regression — fnDeps grew only 5-7% (consistent with codebase expansion) and fnImpact is flat-to-slightly-down.
77
+
74
78
**Note (3.4.0):** The ↑136-143% fnDeps deltas for 3.4.0 vs 3.3.1 reflect codebase growth — `buildGraph` has significantly more edges in this release (new extractors, refactored domain/features layers). The mid-query target also changed from `db` to `rule`. There is no engine regression — native `diffImpact` improved 20% in the same release.
75
79
76
80
**Note (3.3.1):** The ↑157-192% fnDeps/fnImpact deltas for 3.3.1 vs 3.3.0 are not comparable. PR #528 changed the hub target from auto-selected `src/types.ts` (shallow type-barrel) to pinned `buildGraph` (deep orchestration function with 2-3x more edges). There is no engine regression — `diffImpact` improved 20-44% in the same release. Future version comparisons (3.3.1+) are stable and meaningful.
0 commit comments