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

Method stats

src/benchmark/types.py:99–101  ·  view source on GitHub ↗

Calculate current overall statistics.

(self)

Source from the content-addressed store, hash-verified

97 raise NotImplementedError
98
99 async def stats(self) -> Optional[Stats]:
100 """Calculate current overall statistics."""
101 raise NotImplementedError
102
103 async def save_result(self, result: Result) -> Optional[Result]:
104 """

Callers 5

test_math_benchmarkFunction · 0.45
process_single_taskFunction · 0.45
process_single_taskFunction · 0.45
test_math_benchmarkFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_math_benchmarkFunction · 0.36
test_math_benchmarkFunction · 0.36