/** * Iteration Scaling Benchmarks for Path Salience Ranking * * Runs path salience ranking across four benchmark graphs of increasing size * and records scaling metrics: paths evaluated, unique nodes visited, runtime. * * | Graph | Nodes | Edges | * |----------|-------|--------| * | karate | 34 | 78 | * | lesmis | 77 | 254 | * | cora | 2708 | ~5429 | * | facebook | 4039 | ~88234 | * * Tests validate: * - Scaling behaviour of path salience ranking across graph sizes * - Monotonic increase in unique nodes with graph size * - Structured metric output for the TAP runner */ export {}; //# sourceMappingURL=iteration-scaling.exp.integration.test.d.ts.map