You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`viz-core` depends on FluxGraph public graph spec types (`GraphSpec`, `ModelSpec`, `EdgeSpec`, `RuleSpec`) and does not depend on runtime engine internals.
36
34
37
-
## 5. C++ API Sketch (for Direct Integrator Use)
38
-
39
-
Planned public surface (names may be finalized during implementation, contract intent is stable):
Tick benchmark output additionally tracks measured heap allocations during the timed loop (`Allocations`, `Alloc/tick`) so Phase 2 zero-allocation evidence is captured per scenario.
90
+
Tick benchmark output additionally tracks measured heap allocations during the timed loop (`Allocations`, `Alloc/tick`) so zero-allocation evidence is captured per scenario.
91
91
92
92
`benchmark_evaluation.json` contains:
93
93
@@ -134,7 +134,7 @@ Recommended:
134
134
2. Store artifacts as CI build artifacts.
135
135
3. Apply `ci-hosted` profile on hosted runners and reserve strict gating for dedicated runners.
136
136
137
-
## Next Phase 2 Steps
137
+
## Next Steps
138
138
139
139
1. Calibrate thresholds using several hosted-runner samples (reduce false positives while preserving sensitivity).
140
140
2. Provision and commit a true `ci-dedicated` baseline from stable hardware.
0 commit comments