]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Update processing times for iPhone.
authorArik Sosman <git@arik.io>
Wed, 11 Sep 2024 19:01:34 +0000 (12:01 -0700)
committerArik Sosman <git@arik.io>
Mon, 21 Oct 2024 22:04:27 +0000 (15:04 -0700)
lightning-rapid-gossip-sync/README.md

index 0c5f9d4f4836a43301d241eef484b50071b05298..2ff2e7689f5df0165e6fadb1a32c651f668f41ae 100644 (file)
@@ -125,20 +125,22 @@ Given the primary purpose of this utility is a faster graph sync, we thought it
 provide some examples of various delta sets. These examples were calculated as of August 2024
 with a network graph comprised of 80,000 channel announcements and 160,000 directed channel updates.
 
+The processing times were averaged over 100 iterations on an iPhone 15 Pro.
+
 | Full sync                   |        |
 |-----------------------------|--------|
 | Message Length              | 3.3 MB |
 | Gzipped Message Length      | 1.5 MB |
-| Client-side Processing Time | 1.4 s  |
+| Client-side Processing Time | 407 ms |
 
 | Week-old sync               |        |
 |-----------------------------|--------|
 | Message Length              | 1.7 MB |
 | Gzipped Message Length      | 566 kB |
-| Client-side Processing Time | 907 ms |
+| Client-side Processing Time | 283 ms |
 
 | Day-old sync                |        |
 |-----------------------------|--------|
 | Message Length              | 210 kB |
 | Gzipped Message Length      | 99 kB  |
-| Client-side Processing Time | 196 ms |
+| Client-side Processing Time | 26 ms  |