bench: simplify cloud bench flow and align phased naming
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 0s
CI / Test (OTP 28.4 / Elixir 1.19.4 + E2E) (push) Failing after 0s

This commit is contained in:
2026-03-20 20:48:41 +01:00
parent 4bd8663126
commit 9ed1d80b7f
6 changed files with 277 additions and 275 deletions

View File

@@ -27,7 +27,7 @@ Examples:
just e2e marmot
just e2e node-sync
just bench compare
just bench cloud --clients 3 --runs 3
just bench cloud --clients 3
EOF
exit 0
fi
@@ -77,7 +77,7 @@ Examples:
just bench collect
just bench update --machine all
just bench at v0.5.0
just bench cloud --clients 3 --runs 3
just bench cloud --clients 3
just bench cloud --targets parrhesia-pg,nostream,haven --nostream-ref main
EOF
exit 0