Skip to content

Commit b58720a

Browse files
authored
Minor edits to the latest tech update (#408)
1 parent 76095cd commit b58720a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/news/2025-06-10-weekly-progress-summary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
tags: [progress, update, weekly, trace-processor, miniature-mainnet, topology, data-analysis, memory-optimization]
66
---
77

8-
This week, the Leios team focused on improving simulation analysis tools and creating more practical network topologies. Key achievements include enhancing the trace processor with additional data extraction capabilities and developing a smaller, more efficient "miniature mainnet" topology for repeated experimentation.
8+
This week, the Leios team focused on improving simulation analysis tools and creating more practical network topologies. Key achievements include enhancing the trace processor with additional data extraction capabilities and developing a smaller, more efficient 'miniature mainnet' topology for repeated experimentation.
99

1010
## Trace processor enhancements
1111

@@ -21,14 +21,14 @@ This week, the Leios team focused on improving simulation analysis tools and cre
2121
## Miniature mainnet topology
2222

2323
- Created a more practical 750-node topology that faithfully mimics mainnet characteristics while addressing performance limitations of the 10,000-node pseudo-mainnet
24-
- Achieved nearly identical network diameter and similar stake distribution and edge degree as mainnet
24+
- Achieved a network diameter, stake distribution, and edge degree closely matching those of the mainnet
2525
- Key network metrics:
2626
- 216 block producers and 534 relay nodes
2727
- 19,314 total connections with 5-hop network diameter
2828
- Average of 25.75 connections per node
2929
- Clustering coefficient of 0.332
3030
- Average latency of 64.8ms with maximum of 578.3ms
3131
- 84.85% asymmetry ratio
32-
- Documented methodology and results in [topology-v2.ipynb](https://github.com/input-output-hk/ouroboros-leios/blob/main/data/simulation/pseudo-mainnet/topology-v2.ipynb)
33-
- Deployed network configuration as [topology-v2.yaml](https://github.com/input-output-hk/ouroboros-leios/blob/main/data/simulation/pseudo-mainnet/topology-v2.yaml)
34-
- Enables more practical repeated experimentation with realistic network characteristics.
32+
- Documented the methodology and results in [topology-v2.ipynb](https://github.com/input-output-hk/ouroboros-leios/blob/main/data/simulation/pseudo-mainnet/topology-v2.ipynb)
33+
- Deployed the network configuration in [topology-v2.yaml](https://github.com/input-output-hk/ouroboros-leios/blob/main/data/simulation/pseudo-mainnet/topology-v2.yaml)
34+
- Enabled more practical, repeatable experimentation with realistic network characteristics.

0 commit comments

Comments
 (0)