MCPcopy 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")
86def graph(request):
87 size = request.param
88 return create_graph(size)
89
90
91def record_benchmark_mean(benchmark, request, group_name):

Callers

nothing calls this directly

Calls 1

create_graphFunction · 0.70

Tested by

no test coverage detected