-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor Base Migration Performance Over Time #12432
Comments
Date: 2024-09-04Skeleton Version: 24Actor Count: 3192139Hardware Specifications on the machine you are running the benchmark:
Offline Mode
Without pre-migration/cache:
With pre-migration/cache:
Online Mode
|
Date: 2024-09-04Skeleton Version: 24Actor Count: 3192329Hardware Specifications on the machine you are running the benchmark:
Offline Mode
Without pre-migration/cache:
With pre-migration/cache:
Online Mode
|
@rjan90 : I did some updates to the template in the issue description. They were mostly cosmetic, but the key callouts were:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
This issue tracks the performance of "base migration" (i.e., migration with no additional logic other than changing CodeCIDs) over time. The purpose is to monitor the impact of increasing actor growth on base migration times and identify potential performance issues as the network grows.
Motivation
The number of actors in the state tree increases. This growth can potentially impact the performance of state migrations, even for the simplest case of base migration. By regularly monitoring the base migration performance, we can:
User/Customer
Tracking Process
We will use our existing processes and documentation for when to run these benchmarks:
a. Offline Mode: Measure the base migration performance in isolation.
b. Online Mode: Measure the migration while the node is syncing to capture the impact of real-world conditions.
Notes
This issue is related to the ongoing discussions and findings in the following issues:
Example Benchmark
Suggested results comment template that can copy/paste
Meta
Hardware Specifications on the machine you are running the benchmark:
Main component for the baseline migration should be disk read speed, but we are recording the other specs as well.
Benchmark
Offline Mode
[Insert time]
[Insert time]
Online Mode
The text was updated successfully, but these errors were encountered: