MCPcopy Create free account
hub / github.com/garrytan/gstack / BudgetRegression

Interface BudgetRegression

test/helpers/eval-store.ts:559–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557// --- Budget regression assertion ---
558
559export interface BudgetRegression {
560 testName: string;
561 metric: 'tools' | 'turns';
562 before: number;
563 after: number;
564 ratio: number;
565}
566
567/**
568 * Compute budget regressions: tests where tool calls or turns grew by more

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected