Overview
vg benchmark runs a reproducible benchmark on your own repository — build time, peak memory, and token reduction — and reports honest estimates you can rerun yourself. It is the local counterpart to our published CLI benchmarks: the same shape of measurement, on your code.
Usage
vg benchmark
Options
| Flag | Description |
|---|---|
--budget <n> | Token budget for the answer phase (default 2000) |
--json | Machine-readable JSON on stdout |
Related
- vg build — build the code map being measured
- CLI benchmarks — the published, human-reviewed results