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

Method run_concurrent_tasks

benchmarks/frameworks/common.py:252–254  ·  view source on GitHub ↗

Run concurrent tasks benchmark.

(self)

Source from the content-addressed store, hash-verified

250
251 @abstractmethod
252 async def run_concurrent_tasks(self) -> BenchmarkMetrics:
253 """Run concurrent tasks benchmark."""
254 pass
255
256 async def run_scenario(self, scenario: BenchmarkScenario) -> BenchmarkMetrics:
257 """Run a specific benchmark scenario."""

Callers 1

run_scenarioMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected