swactor/crates/simulation/tests/parity-bar/fixtures/vastai-n3-1/MANIFEST.json
Zachery Aaron Shores-Chmielewski 1f8a67231c feat(sim): rebuild around discrete-event engine
Replaces the generic SimNode/gossip/dashboard framework with a virtual-time
discrete-event engine (priority queue ordered by time/node/fiber/seq), a TOML spec
parser, bundle writer, replay, divergence detector, lint, and postproc, plus the
parity-bar test harness with fixtures and xtask parity-lock tooling. Rewrites
transport identity/crypto and adds the SPEC/TESTING_SPEC/OBSERVABILITY/NORTH_STAR docs.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-05-21 23:48:02 +04:00

45 lines
1.2 KiB
JSON

{
"schema_version": 1,
"run_id": "vastai-N3-1",
"captured_branch": "ds-inference",
"captured_at_unix_ms": 1747728000000,
"duration_ms": 425000,
"nodes": [
"orchestrator",
"stage-0",
"stage-1",
"stage-2"
],
"collector": {
"host_ip_public": "146.190.110.128",
"http_port": 9080,
"udp_port": 9081
},
"files": {
"orchestrator": {
"boot": "orchestrator/boot.json",
"finalize": "orchestrator/finalize.json",
"snapshots": ["orchestrator/snapshots/0000.json"],
"events": ["orchestrator/events/0000.json"]
},
"stage-0": {
"boot": "stage-0/boot.json",
"finalize": "stage-0/finalize.json",
"snapshots": ["stage-0/snapshots/0000.json"],
"events": ["stage-0/events/0000.json"]
},
"stage-1": {
"boot": "stage-1/boot.json",
"finalize": "stage-1/finalize.json",
"snapshots": ["stage-1/snapshots/0000.json"],
"events": ["stage-1/events/0000.json"]
},
"stage-2": {
"boot": "stage-2/boot.json",
"finalize": "stage-2/finalize.json",
"snapshots": ["stage-2/snapshots/0000.json"],
"events": ["stage-2/events/0000.json"]
},
"collector_log": "collector.log"
}
}