You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Results ranged from 95 Mbps to 973 Mbps depending on geographic distance and provider
31
+
- Results ranged from 95 Mbps to 973 Mbps, depending on geographic distance and the provider
32
32
- Identified 100 Mbps as a conservative lower bound for inter-datacenter connections
33
33
- Observed 5-20% reduction in individual link speeds when multiple simultaneous connections are active.
34
34
35
35
## Large-scale network experiments
36
36
37
37
- Conducted comprehensive experiments using both the 750-node and 10,000-node network topologies with Haskell and Rust simulations
38
38
- Studied transaction and IB throughput limits for realistic scenarios up to 300 TPS and 32 IB/s
39
-
- Key findings from the 750-node mini-mainnet experiments documented in [analysis results](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w24/analysis.ipynb) and [summary slides](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w24/summary.pdf):
39
+
- Key findings from the 750-node mini-mainnet experiments are documented in [analysis results](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w24/analysis.ipynb) and [summary slides](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w24/summary.pdf):
40
40
- The 750-node mini-mainnet serves as a suitable replacement for the 10,000-node pseudo mainnet for performance measurements
41
41
- Substantial agreement between Haskell and Rust simulations for mini-mainnet scenarios
42
42
- Block propagation times under one second, consistent with empirical observations from pooltool.io
43
43
- Protocol can support 25 MB/s throughput with 1 Gb/s links before degradation
44
-
- Mean transaction time from mempool to ledger approximately 150 seconds
44
+
- Mean transaction time from mempool to ledger is approximately 150 seconds
45
45
- Achieved 80% disk-space efficiency with ~20% network traffic overhead
46
-
- Six-core VM sufficient for peak demand at 300 TPS, with average demand under two cores
47
-
- Results from 10,000-node pseudo-mainnet experiments available in [analysis documentation](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w23/analysis.ipynb) and [presentation slides](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w23/summary.pdf):
46
+
- Six-core VM is sufficient for peak demand at 300 TPS, with average demand under two cores
47
+
- Results from 10,000-node pseudo-mainnet experiments are available in [analysis documentation](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w23/analysis.ipynb) and [presentation slides](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w23/summary.pdf):
48
48
- Average transaction lifecycle of 100 seconds from mempool to ledger
49
49
- Approximately 80% efficiency for both disk and network usage
50
-
- Six CPU cores sufficient for peak load handling even at high TPS rates
50
+
- Six CPU cores are sufficient for peak load handling even at high TPS rates
51
51
- Block propagation time averaged under one second across the large network.
0 commit comments