@peerbit/test-utils 2.3.18 → 2.3.19-000e3f1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ /**
2
+ * FanoutTree sim using full Peerbit clients over an in-memory libp2p shim.
3
+ *
4
+ * This is intended as a “real integration” complement to `fanout-tree-sim`,
5
+ * focusing on large-n local runs without TCP/noise costs.
6
+ *
7
+ * Run:
8
+ * pnpm -C packages/clients/test-utils run bench -- fanout-peerbit-sim --nodes 1000 --degree 6 --messages 300 --msgSize 1024 --msgRate 30 --seed 1
9
+ */
10
+ export {};
11
+ //# sourceMappingURL=fanout-peerbit-sim.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fanout-peerbit-sim.d.ts","sourceRoot":"","sources":["../../benchmark/fanout-peerbit-sim.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}