IPLD AMT churn benchmarking #11074
ZenGround0
started this conversation in
Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The recent discovery of heavy churn in the market actor states AMT has prompted development of a simple tool for benchmarking filecoin amt state. It is in PR here
lotus-bench amt --interval <x> --rounds <y>
creates an in memory AMT and runs update operations on a subset of its intervals, printing out a summary. For example if we runlotus-bench amt --interval 4100 --rounds 1
we get as output:This information was useful for me to understand churn properties of the market actor state. Perhaps it will be useful for others.
Beta Was this translation helpful? Give feedback.
All reactions