Add a NATS cluster message-speed bench (throughput and delay).
Some checks are pending
offline / test (push) Waiting to run

Client LXC 510 against nats-a/b/c at several core and JetStream r=3 loads.
This commit is contained in:
George Lambert 2026-09-12 00:56:48 -04:00
parent 8f0ea8dd31
commit fef7590c27
34 changed files with 708 additions and 1 deletions

View file

@ -6,6 +6,7 @@
"scripts": {
"create": "bash scripts/create-cluster.sh",
"test": "bash scripts/test.sh",
"status": "bash scripts/status.sh"
"status": "bash scripts/status.sh",
"bench": "bash scripts/bench.sh"
}
}