more perf counters
This commit is contained in:
parent
725980e694
commit
e77fd6e69f
15 changed files with 643 additions and 54 deletions
|
|
@ -46,6 +46,7 @@ def _render_markdown(payload: dict[str, object]) -> str:
|
|||
f"Generated on {payload['generated_on']} by `{payload['generator']}`.",
|
||||
"",
|
||||
"The full machine-readable snapshot lives in `docs/performance_baseline.json`.",
|
||||
"Use `scripts/diff_performance_baseline.py` to compare a fresh run against that snapshot.",
|
||||
"",
|
||||
"| Scenario | Duration (s) | Total | Valid | Reached | Iter | Nets Routed | Nodes | Ray Casts | Moves Gen | Moves Added | Dyn Tree | Visibility Builds | Congestion Checks | Verify Calls |",
|
||||
"| :-- | --: | --: | --: | --: | --: | --: | --: | --: | --: | --: | --: | --: | --: | --: |",
|
||||
|
|
@ -77,6 +78,7 @@ def _render_markdown(payload: dict[str, object]) -> str:
|
|||
"## Full Counter Set",
|
||||
"",
|
||||
"Each scenario entry in `docs/performance_baseline.json` records the full `RouteMetrics` snapshot, including cache, index, congestion, and verification counters.",
|
||||
"These counters are currently observational only and are not enforced as CI regression gates.",
|
||||
"",
|
||||
"Tracked metric keys:",
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue