Commit Graph

7 Commits

Author SHA1 Message Date
abuckit 15b5ea3f03 Add FastOpen test rigs and run docs 2026-06-14 19:30:01 -04:00
abuckit 0740a461f7 Add FastOpen timing metrics 2026-06-13 21:05:23 -04:00
abuckit 5d28a361c4 docs: add single-trip benchmark handoff 2026-06-08 14:04:35 -04:00
abuckit 6d6579cb47 test: wire single-pool cluster for single-trip benchmark
cluster.sh emitted one endpoint arg per node, which brought the rig up as
four independent server pools. Multi-pool GET resolves the owning pool via
getLatestObjectInfoWithIdx (a per-pool xl.meta read) before the set-level
fast path runs, so BUCKIT_FAST_GET=1 still read xl.meta and the single-trip
path was never exercised.

Emit a single pool spanning all nodes (http://node{1...4}:9000/data/...)
so SinglePool() is true and GET dispatches straight to the set, letting the
fast path bypass xl.meta. Regenerated docker-compose.yml reflects the change.
2026-06-04 16:00:26 -04:00
abuckit e0e3955742 test: wire cluster rig for single-trip benchmark 2026-06-04 11:52:04 -04:00
abuckit 764a577ab8 add test container rig for migration 2026-05-31 13:51:53 -04:00
abuckit 6cc3cf1a0e add local test setup 2026-05-26 10:18:46 -04:00