MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / benchmark_graph

Function benchmark_graph

tests/unit/test_graph.c:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void benchmark_graph() {
201 benchmark_node_creation_no_labels();
202 benchmark_node_creation_with_labels();
203 benchmark_edge_creation_with_relationships();
204 printf("%sgraph benchmark - PASS!%s\n", KGRN, KNRM);
205}
206
207void setup() {
208 // Use the malloc family for allocations

Callers

nothing calls this directly

Tested by

no test coverage detected