Add a full NATS cluster speed report (charts, HTML, PDF) to zapier-decisions.
Some checks are pending
offline / test (push) Waiting to run

Progress-repo write-up of run 20260912T045131Z with throughput and delay
charts, method, and product-capacity notes; catalog extras point at it.
This commit is contained in:
George Lambert 2026-09-12 01:04:02 -04:00
parent fef7590c27
commit de20a42109
14 changed files with 1865 additions and 4 deletions

View file

@ -636,6 +636,11 @@ def main() -> None:
copy_tree(p, SITE / "packages" / pkg / name)
if pkg == "zapier-decisions":
copy_tree(pkg_root / "decisions", SITE / "packages" / pkg / "decisions")
copy_tree(
pkg_root / "reports",
SITE / "packages" / pkg / "reports",
ignore=shutil.ignore_patterns("*.hdr.html", "*.ban.html"),
)
ui_docs = ROOT / "packages" / "ui-docs"
for name in ("WALKTHROUGH.md", "REPORT.md", "UI-REVIEW.pdf"):
p = ui_docs / name
@ -853,7 +858,11 @@ def main() -> None:
("packages/verae-fleet/docs/CONSOLE.pdf", "Operator console"),
("packages/ui-docs/UI-REVIEW.pdf", "UI review (screenshots + live doors)"),
("packages/zapier-decisions/STATUS.pdf", "Current lab status (2026-09-12)"),
("packages/verae-nats-cluster/BENCH.pdf", "NATS cluster throughput and delay (2026-09-12)"),
(
"packages/zapier-decisions/reports/nats-cluster-bench.pdf",
"NATS cluster speed report (charts, 2026-09-12)",
),
("packages/verae-nats-cluster/BENCH.pdf", "NATS cluster throughput tables (2026-09-12)"),
("overview/README.pdf", "System overview"),
("overview/INDEX.pdf", "Documentation index"),
("docs/modules-pdf/index.pdf", "Module PDFs (book)"),
@ -866,7 +875,11 @@ def main() -> None:
("docs-master/CATALOG-HOST.html", "Move the catalog to another hostname"),
("docs-master/HOST-DEPS.html", "Host OS / Node / NATS installer"),
("packages/zapier-decisions/STATUS.html", "Current lab status"),
("packages/verae-nats-cluster/BENCH.html", "NATS cluster throughput and delay"),
(
"packages/zapier-decisions/reports/nats-cluster-bench.html",
"NATS cluster speed report (charts)",
),
("packages/verae-nats-cluster/BENCH.html", "NATS cluster throughput tables"),
("docs-master/MESSAGE-FLOWS.html", "Numbered message flows"),
("docs-master/modules-and-nats.html", "NATS address table"),
("packages/verae-bootstrap/HOST-DEPS.html", "Host OS / Node / NATS installer"),