Holochain stress-tests P2P infra
A recent live stress test using Holochain's 'Wind Tunnel' tool demonstrates real-world resilience testing for P2P infrastructure — valuable data for teams building decentralized services under variable network conditions reported. The work underscores the importance of honest, network-faithful load testing rather than synthetic lab-only scenarios.
Wind Tunnel now runs 23 distinct performance scenarios, including app installation, zome calls, DHT synchronization, validation receipts and remote signals. blog.holochain.org The framework publishes public summary reports and a dashboard that correlates OS, conductor and scenario-level metrics to make cross-run comparison easier. blog.holochain.org Tests execute on geographically distributed clusters and can be tied to every merge on Holochain’s main branch, enabling regression comparison across versions. blog.holochain.org Wind Tunnel’s codebase separates core test logic (runner and instruments) from Holochain-specific bindings in a modular GitHub repo, allowing third parties to write custom scenarios or reuse the runner for other platforms. github.com The project added system metrics collection and explicit support for Holochain 0.6, while the test harness gained the ability to select conductor versions per scenario for mixed-version testing. blog.holochain.org Community and hosting partners published setup guides and a how‑to video for running Wind Tunnel Edge Nodes, with a published minimum host requirement (example: 10GB disk listed in the Edge Node guide). holo.host Ecosystem actors such as Unyt and Holo hosting are running complementary Wind Tunnel scenarios to probe gossip latency, DHT consistency and resilience under node churn, amplifying cross‑project test coverage. github.com