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
Copy file name to clipboardExpand all lines: docs/benchmarks/end-to-end-sync.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ Later code changed both failed bitcoin-rs paths, but no completed rerun is attac
65
65
|---|---|---|
66
66
| IBD throughput | bitcoin-rs faster than Bitcoin Core on one identical window | Not measured |
67
67
| UTXO commit p95 | ≤50ms for serialized blocks ≥1MB | Not captured |
68
-
| Electrum history p95 | ≤30ms over 10,000 non-empty calls |Not captured |
69
-
| Tip RSS | ≤16GiB with fjall, txindex, and blockfilterindex |Not measured at a completed tip; attached runs have indexes disabled|
68
+
| Electrum history p95 | ≤30ms over 10,000 non-empty calls |Bounded 0–150,000 p95: 1.213ms; current-tip evidence not captured |
69
+
| Tip RSS | ≤16GiB with fjall, txindex, and blockfilterindex |Bounded txindex-only RSS: 313.1MB; completed current-tip evidence with both indexes not captured|
70
70
71
71
The ignored `g14_perf_budgets` gate must remain unclaimed.
72
72
@@ -84,6 +84,9 @@ The bitcoin-rs processing runs enforced active 16 GiB RSS and disk-reserve guard
84
84
| Whole benchmark process wall | 42.025s | 67.023s | 1.595× | Faster, below the 2× target |
0 commit comments