Add an NS1-host NATS study: run, charts, methodology, and tuning notes.
Some checks are pending
offline / test (push) Waiting to run

Second ladder executed entirely on NS1.GEORGELAMBERT.ORG (70.88.205.138)
against LXC 511–513; HTML and PDF built on that host.
This commit is contained in:
George Lambert 2026-09-12 01:16:17 -04:00
parent de20a42109
commit c5d286dc6b
54 changed files with 4665 additions and 13 deletions

View file

@ -862,6 +862,10 @@ def main() -> None:
"packages/zapier-decisions/reports/nats-cluster-bench.pdf",
"NATS cluster speed report (charts, 2026-09-12)",
),
(
"packages/zapier-decisions/reports/ns1-host/nats-cluster-bench-ns1.pdf",
"NATS cluster study run entirely on NS1 (methodology + tuning)",
),
("packages/verae-nats-cluster/BENCH.pdf", "NATS cluster throughput tables (2026-09-12)"),
("overview/README.pdf", "System overview"),
("overview/INDEX.pdf", "Documentation index"),
@ -879,6 +883,10 @@ def main() -> None:
"packages/zapier-decisions/reports/nats-cluster-bench.html",
"NATS cluster speed report (charts)",
),
(
"packages/zapier-decisions/reports/ns1-host/nats-cluster-bench-ns1.html",
"NATS cluster study run entirely on NS1",
),
("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"),