Problem
Our benchmark flow should support parametric n and generated index domains instead of fixed one-off fixtures.
Right now dense-lp is fixed around explicit indices. Once we have:
- parametric analysis inputs, and
- generated set construction,
we should update benchmark flow to use them.
Goal
Update benchmark/examples so dense benchmark can be expressed with a variable n and generated indices, instead of fixed files for each size.
Example target shape:
- benchmark runner passes
n
- Arco model/scenario builds
i and j from that size
- benchmark sweeps
n = 25, 100, 500, ...
Blocked by
Acceptance
- benchmark flow can vary
n without external KDL generation
- generated indices replace fixed dense benchmark index fixtures
- benchmark runner can sweep multiple
n values cleanly
Problem
Our benchmark flow should support parametric
nand generated index domains instead of fixed one-off fixtures.Right now
dense-lpis fixed around explicit indices. Once we have:we should update benchmark flow to use them.
Goal
Update benchmark/examples so dense benchmark can be expressed with a variable
nand generated indices, instead of fixed files for each size.Example target shape:
niandjfrom that sizen = 25, 100, 500, ...Blocked by
Acceptance
nwithout external KDL generationnvalues cleanly