Problem Statement
Per #79 we have a profile. We don't have assertions — a regression
that increases tip() cost by 50% won't fail CI.
Why it matters
Production-deploy cost regression detection.
Acceptance Criteria
- A
mod gas test that asserts tip() instructions ≤ 50,000,
withdraw() ≤ 35,000, etc.
- Tune by bootstrap on a known baseline.
Files/Modules Likely Affected
Difficulty Hard. Estimated Effort M.
Labels
area:performance, area:testing, priority:low
Imported from docs/open-issues-draft.md as draft issue #47 (commit 7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.
Problem Statement
Per #79 we have a profile. We don't have assertions — a regression
that increases
tip()cost by 50% won't fail CI.Why it matters
Production-deploy cost regression detection.
Acceptance Criteria
mod gastest that assertstip()instructions ≤ 50,000,withdraw()≤ 35,000, etc.Files/Modules Likely Affected
src/test.rsDifficulty Hard. Estimated Effort M.
Labels
area:performance,area:testing,priority:lowImported from
docs/open-issues-draft.mdas draft issue #47 (commit7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.