Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
Callers
5
run_scenario
Method · 0.95
test_simple_task_error_handling
Method · 0.45
test_sequential_pipeline_error_handling
Method · 0.45
test_parallel_pipeline_error_handling
Method · 0.45
test_complex_workflow_uses_groupchat
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_simple_task_error_handling
Method · 0.36
test_sequential_pipeline_error_handling
Method · 0.36
test_parallel_pipeline_error_handling
Method · 0.36
test_complex_workflow_uses_groupchat
Method · 0.36