tracking block exec and node sync performance #1220
jchappelow
started this conversation in
General
Replies: 1 comment
-
with #1251 I am seeing roughly 12ms per block
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion can serve as a place to track node performance, particular w.r.t. block sync.
In blocksync (catchup of sentry, for example), here's a reference data point for block execution speed:
From request to commit of a block it varies from 25 ms to 70 ms. This isn't too bad, but it we should still look at ways to improve this, or at least keep an eye on performance.
The above result is on the paramupdates branch, based on
main
at a412e1bBeta Was this translation helpful? Give feedback.
All reactions