Skip to content

Commit c4dea14

Browse files
committed
Update processing times for iPhone.
1 parent 0f005ce commit c4dea14

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lightning-rapid-gossip-sync/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,22 @@ Given the primary purpose of this utility is a faster graph sync, we thought it
125125
provide some examples of various delta sets. These examples were calculated as of August 2024
126126
with a network graph comprised of 80,000 channel announcements and 160,000 directed channel updates.
127127

128+
The processing times were averaged over 100 iterations on an iPhone 15 Pro.
129+
128130
| Full sync | |
129131
|-----------------------------|--------|
130132
| Message Length | 3.3 MB |
131133
| Gzipped Message Length | 1.5 MB |
132-
| Client-side Processing Time | 1.4 s |
134+
| Client-side Processing Time | 407 ms |
133135

134136
| Week-old sync | |
135137
|-----------------------------|--------|
136138
| Message Length | 1.7 MB |
137139
| Gzipped Message Length | 566 kB |
138-
| Client-side Processing Time | 907 ms |
140+
| Client-side Processing Time | 283 ms |
139141

140142
| Day-old sync | |
141143
|-----------------------------|--------|
142144
| Message Length | 210 kB |
143145
| Gzipped Message Length | 99 kB |
144-
| Client-side Processing Time | 196 ms |
146+
| Client-side Processing Time | 26 ms |

0 commit comments

Comments
 (0)