MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / teardown

Method teardown

benchmarks/frameworks/common.py:222–224  ·  view source on GitHub ↗

Cleanup after benchmarking.

(self)

Source from the content-addressed store, hash-verified

220
221 @abstractmethod
222 async def teardown(self) -> None:
223 """Cleanup after benchmarking."""
224 pass
225
226 @abstractmethod
227 async def run_simple_task(self) -> BenchmarkMetrics:

Calls

no outgoing calls