(a)
| 118 | ); |
| 119 | } |
| 120 | const avg = (a) => a.length ? Math.round(a.reduce((s, x) => s + x, 0) / a.length) : 0; |
| 121 | console.log(`\nAVERAGE saved: cost ${avg(savings.cost)}% · tokens ${avg(savings.tokens)}% · time ${avg(savings.time)}% · tool calls ${avg(savings.tools)}%`); |
| 122 | |
| 123 | // ---- Table 2: residual context occupancy. ---------------------------------- |
no outgoing calls
no test coverage detected