Skip to content

perf(snapshot): improve snapshot import performance#954

Merged
sebastijankuzner merged 20 commits into
developfrom
perf/snapshot/import
May 21, 2025
Merged

perf(snapshot): improve snapshot import performance#954
sebastijankuzner merged 20 commits into
developfrom
perf/snapshot/import

Conversation

@oXtxNt9U
Copy link
Copy Markdown
Contributor

@oXtxNt9U oXtxNt9U commented May 21, 2025

Summary

Use import wallets in batches to improve performance.

Checklist

  • Ready to be merged

@oXtxNt9U oXtxNt9U force-pushed the perf/snapshot/import branch from fcc4dfc to 73aa1fb Compare May 21, 2025 05:23
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2025

Codecov Report

Attention: Patch coverage is 6.16438% with 137 lines in your changes missing coverage. Please review.

Project coverage is 45.81%. Comparing base (9ffb36a) to head (a5f8369).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...ckages/snapshot-legacy-importer/source/importer.ts 0.00% 57 Missing ⚠️
...pshot-legacy-exporter/source/snapshot/generator.ts 0.00% 33 Missing ⚠️
packages/evm/bindings/src/lib.rs 0.00% 29 Missing ⚠️
...shot-legacy-exporter/source/application-factory.ts 0.00% 11 Missing ⚠️
...ackages/contracts/source/contracts/evm/instance.ts 0.00% 2 Missing ⚠️
...ages/snapshot-legacy-exporter/source/interfaces.ts 0.00% 2 Missing ⚠️
...ration-generator/source/configuration-generator.ts 0.00% 1 Missing ⚠️
...iguration-generator/source/configuration-writer.ts 50.00% 1 Missing ⚠️
packages/evm-service/source/instances/evm.ts 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #954      +/-   ##
===========================================
- Coverage    46.18%   45.81%   -0.38%     
===========================================
  Files         1331     1328       -3     
  Lines        65348    65041     -307     
  Branches      1459     1390      -69     
===========================================
- Hits         30183    29800     -383     
- Misses       35127    35205      +78     
+ Partials        38       36       -2     
Flag Coverage Δ
contracts ?
packages 45.81% <6.16%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@oXtxNt9U oXtxNt9U force-pushed the perf/snapshot/import branch from 73aa1fb to 4bc13d2 Compare May 21, 2025 05:48
@oXtxNt9U oXtxNt9U changed the base branch from develop to chore/ci/codecov-secret May 21, 2025 05:48
@oXtxNt9U oXtxNt9U changed the base branch from chore/ci/codecov-secret to develop May 21, 2025 07:44
@oXtxNt9U oXtxNt9U changed the base branch from develop to chore/ci/codecov-secret May 21, 2025 07:44
Base automatically changed from chore/ci/codecov-secret to develop May 21, 2025 07:48
@sebastijankuzner sebastijankuzner changed the title perf(snapshot): faster snapshot import perf(snapshot): improve snapshot import performance May 21, 2025
@sebastijankuzner sebastijankuzner merged commit 11c138b into develop May 21, 2025
16 of 18 checks passed
@sebastijankuzner sebastijankuzner deleted the perf/snapshot/import branch May 21, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants