| 198 | } |
| 199 | |
| 200 | void 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 | |
| 207 | void setup() { |
| 208 | // Use the malloc family for allocations |
nothing calls this directly
no test coverage detected