MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / stats

Method stats

src/benchmark/context.py:497–502  ·  view source on GitHub ↗

Get benchmark statistics (delegates to benchmark instance).

(self, name: str)

Source from the content-addressed store, hash-verified

495 return await instance.eval(task)
496
497 async def stats(self, name: str) -> Optional[Stats]:
498 """Get benchmark statistics (delegates to benchmark instance)."""
499 instance = await self.get(name)
500 if instance is None:
501 raise ValueError(f"Benchmark '{name}' not found")
502 return await instance.stats()

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected