Commit 573c6b3
committed
chore(benchmarks-website): add doc comments to public Rust items
CLAUDE.md requires every public API definition to carry a doc
comment. Sweep the v3 server and migrator for `pub` items that
landed without one and add a one-liner that says what each is for —
no essays. Items touched:
- `vortex-bench-server::api`: GroupsResponse, Group, ChartLink,
ChartResponse, CommitPoint, HealthResponse, RowCounts (every wire
shape on the public read API now has a doc).
- `vortex-bench-migrate::lib`: per-`pub mod` summaries on classifier,
commits, migrate, source, v2, verify.
- `vortex-bench-migrate::v2::V2Person`: author/committer block.
- `vortex-bench-migrate::verify::ChartDiff`: per-group chart-count
divergence row.
No code changes. `cargo build -p vortex-bench-server -p
vortex-bench-migrate` is clean.
Signed-off-by: Claude <noreply@anthropic.com>1 parent 836b017 commit 573c6b3
4 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
| 24 | + | |
20 | 25 | | |
| 26 | + | |
21 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
| |||
268 | 271 | | |
269 | 272 | | |
270 | 273 | | |
| 274 | + | |
| 275 | + | |
271 | 276 | | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
276 | 281 | | |
| 282 | + | |
| 283 | + | |
277 | 284 | | |
278 | 285 | | |
279 | 286 | | |
| |||
311 | 318 | | |
312 | 319 | | |
313 | 320 | | |
| 321 | + | |
| 322 | + | |
314 | 323 | | |
315 | 324 | | |
316 | 325 | | |
| |||
319 | 328 | | |
320 | 329 | | |
321 | 330 | | |
| 331 | + | |
| 332 | + | |
322 | 333 | | |
323 | 334 | | |
324 | 335 | | |
| |||
328 | 339 | | |
329 | 340 | | |
330 | 341 | | |
| 342 | + | |
331 | 343 | | |
332 | 344 | | |
333 | 345 | | |
| |||
0 commit comments