feat(core): add prefetching to ArchiveBlockProvider to download nex…#670
Open
0xdeafbeef wants to merge 4 commits intomasterfrom
Open
feat(core): add prefetching to ArchiveBlockProvider to download nex…#6700xdeafbeef wants to merge 4 commits intomasterfrom
ArchiveBlockProvider to download nex…#6700xdeafbeef wants to merge 4 commits intomasterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #670 +/- ##
==========================================
- Coverage 45.98% 45.81% -0.17%
==========================================
Files 341 341
Lines 61170 61328 +158
Branches 61170 61328 +158
==========================================
- Hits 28127 28096 -31
- Misses 31586 31772 +186
- Partials 1457 1460 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
cca57ab to
519004e
Compare
pashinov
approved these changes
Apr 16, 2025
519004e to
96f0fcf
Compare
5a83fcb to
1b9e10a
Compare
dad89c9 to
8d9ab65
Compare
55f8a27 to
f5003dc
Compare
🧪 Network TestsTo run network tests for this PR, use: gh workflow run network-tests.yml -f pr_number=670Available test options:
Test types: Results will be posted as workflow runs in the Actions tab. |
08a3428 to
917ca64
Compare
6e7f288 to
9cc36cc
Compare
…t archive early ``` logs.txt: total_time = 0:53:37.166710 (2025-04-15 11:26:15.563743 .. 2025-04-15 12:19:52.730453) logs-new.txt: total_time = 0:42:00.475914 (2025-04-15 17:39:13.769644 .. 2025-04-15 18:21:14.245558) Old total time: 0:53:37.166710 New total time: 0:42:00.475914 Absolute time saved: 0:11:36.690796 Speedup factor: 1.276x New code is 21.66% faster ``` replace known_archives map with ArchivesManager
…ify ArchiveDownloader
9cc36cc to
b51a971
Compare
3a2060c to
543482d
Compare
…hen archive commit in progress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…t archive early