Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ graph
Function
graph
python/tests/test_graph_benchmarks.py:86–88 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
84
85
@pytest.fixture(scope=
"function"
)
86
def
graph(request):
87
size = request.param
88
return
create_graph(size)
89
90
91
def
record_benchmark_mean(benchmark, request, group_name):
Callers
nothing calls this directly
Calls
1
create_graph
Function · 0.70
Tested by
no test coverage detected