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

Method setup

benchmarks/frameworks/common.py:217–219  ·  view source on GitHub ↗

Set up the framework for benchmarking.

(self)

Source from the content-addressed store, hash-verified

215
216 @abstractmethod
217 async def setup(self) -> None:
218 """Set up the framework for benchmarking."""
219 pass
220
221 @abstractmethod
222 async def teardown(self) -> None:

Callers 1

run_scenarioMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected