MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / positiveRate

Function positiveRate

benchmark/plugins.go:274–279  ·  view source on GitHub ↗
(count int)

Source from the content-addressed store, hash-verified

272}
273
274func positiveRate(count int) float64 {
275 if count > 0 {
276 return 1.0
277 }
278 return 0.0
279}
280
281func hasMemoryLiftCase(tiers []string) bool {
282 ids := ExecutionCaseIDsFor(BenchmarkPluginMemory, tiers, "effectiveness")

Callers 2

RunSuiteMethod · 0.85
RunSuiteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected