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

Method run_memory_intensive

benchmarks/frameworks/common.py:247–249  ·  view source on GitHub ↗

Run a memory-intensive benchmark.

(self)

Source from the content-addressed store, hash-verified

245
246 @abstractmethod
247 async def run_memory_intensive(self) -> BenchmarkMetrics:
248 """Run a memory-intensive benchmark."""
249 pass
250
251 @abstractmethod
252 async def run_concurrent_tasks(self) -> BenchmarkMetrics:

Callers 1

run_scenarioMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected