Commit b78916a
committed
docs: clarify HubTargets.mid is informational-only, not benchmarked (#2039)
mid is computed by selectHubTargets() and covered by tests, but neither
benchmark.ts nor query-benchmark.ts passes it into any benchDepths/benchQuery
call — it only ever reaches a console.error log line and the output JSON's
targets block. This predates PR #2039 (the original pre-extraction
selectTargets() had the same shape), so wiring it into an actual measurement
is a distinct feature change with its own design questions (what should it
measure, does the benchmark-gate baseline config need a new entry), not a
determinism/kind-filter bug fix.
Document the current informational-only status directly on the interface
field so it isn't mistaken for an active measurement. Tracked in #2089 for
whoever wants to either wire it in or drop it.1 parent d299cf9 commit b78916a
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
0 commit comments