MCPcopy
hub / github.com/rpamis/comet / l3TestCountFor

Function l3TestCountFor

scripts/context-execution-benchmark.mjs:554–556  ·  view source on GitHub ↗

L3 test count scales with tier: small=10, medium=25, large=50

(tier)

Source from the content-addressed store, hash-verified

552
553/** L3 test count scales with tier: small=10, medium=25, large=50 */
554function l3TestCountFor(tier) {
555 return { small: 10, medium: 25, large: 50 }[tier] ?? 10;
556}
557
558/** L3 requirement count scales with tier: small=8, medium=20, large=40 */
559function l3ReqCountFor(tier) {

Callers 2

buildL3BuildPromptFunction · 0.85
dryRunL3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected