mirror of
https://github.com/teamchong/pxpipe.git
synced 2026-07-22 02:02:51 +02:00
a9bda51210
Per-turn and per-session savings are the real baseline_eff - actual_eff with no floor: a net-losing turn (cache_create-heavy image rewrite that costs more than the text prefix it replaced) now reports the real loss instead of a fabricated 0. Updates baseline.ts and the caller comments that claimed a >=0 clamp the code never applied -- the negative is intended and covered by tests/sessions.test.ts.