-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat(statedb/export): add time metrics to export process #2430
Merged
popcnt1
merged 10 commits into
rooch-network:main
from
popcnt1:feat/statedb-genesis/export
Aug 14, 2024
Merged
feat(statedb/export): add time metrics to export process #2430
popcnt1
merged 10 commits into
rooch-network:main
from
popcnt1:feat/statedb-genesis/export
Aug 14, 2024
Commits on Aug 11, 2024
-
Add timing metrics to export process.
This commit introduces timing metrics in the export function to measure the duration of the export process. It includes timestamps for the overall processing time and intervals for every million records processed to help identify performance bottlenecks.
Configuration menu - View commit details
-
Copy full SHA for bac73a6 - Browse repository at this point
Copy the full SHA bac73a6View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aeb32d2 - Browse repository at this point
Copy the full SHA aeb32d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d98579 - Browse repository at this point
Copy the full SHA 5d98579View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beaad2d - Browse repository at this point
Copy the full SHA beaad2dView commit details -
Remove unused imports and dependencies
Cleaned up unused imports in `mod.rs` and `genesis.rs` files to enhance readability. Removed `fake-export` dependency from the project to simplify maintenance and reduce clutter.
Configuration menu - View commit details
-
Copy full SHA for d2ed0d0 - Browse repository at this point
Copy the full SHA d2ed0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d8ed5 - Browse repository at this point
Copy the full SHA 93d8ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea795c - Browse repository at this point
Copy the full SHA 9ea795cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef02c0 - Browse repository at this point
Copy the full SHA 7ef02c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c768000 - Browse repository at this point
Copy the full SHA c768000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189cd3b - Browse repository at this point
Copy the full SHA 189cd3bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.