Skip to content

Commit cc80aaf

Browse files
bwbushBrian W Bush
andauthored
Repeat of tx lifecycle experiment (#369)
* Designed new tx lifecycle scenario * Turned off praos fallback * Set txs to 100% sharded * Results summary files * Analyzed results of leios-2025w22 * Added read-me file * Updated logbook --------- Co-authored-by: Brian W Bush <[email protected]>
1 parent 5fbf7dc commit cc80aaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+9321
-0
lines changed

Logbook.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## 2025-05-29
44

5+
### Transaction lifecycle simulation results (week 23)
6+
7+
- The protocol performs well (i.e., essentially every tx makes it to the ledger) up to 300 TPS, where it breaks down early.
8+
- The 100-node network is actually more stressful to the protocol than a realistic mainnet would be, so I'm eager to see what TPS we can achieve there.
9+
- The TPS figures that are quoted for the design are about 10% lower than the actual results, so we are going to recalibrate the experimental design before we run it again.
10+
- The space efficiency is above 80% for the moderate-throughput scenarios.
11+
- Transactions take about 100 seconds average (about 200 seconds for the 95th %ile) to reach the ledger.
12+
13+
| Transaction efficiency | Temporal efficiency | Spatial Efficiency |
14+
|---|---|---|
15+
| ![Transaction efficiency of Leios](analysis/sims/2025w22/plots/temporal-efficiency-bar.svg) | ![Temporal efficiency of Leios](analysis/sims/2025w22/plots/reach-rb-tx.svg) | ![Spatial efficiency of Leios](analysis/sims/2025w22/plots/spatial-efficiency.svg) |
16+
517
### Faster data processing of simulation results
618

719
The new [`leios-trace-processor`](analysis/sim/trace-processor/) tool was developed to replace the previous script-based analyses of Leios simulator output. It runs far faster than the previous scripts and this will make it possible to analyzes much longer and larger simulation results.

0 commit comments

Comments
 (0)