Run reconstruction inside a scoped rayon pool (#8075)

Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>

Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
This commit is contained in:
Eitan Seri-Levi
2025-09-23 23:37:34 -07:00
committed by GitHub
parent d80c0ff5b5
commit af274029e8
11 changed files with 123 additions and 60 deletions

View File

@@ -17,7 +17,6 @@ use beacon_chain::test_utils::{
test_spec,
};
use beacon_chain::{BeaconChain, WhenSlotSkipped};
use beacon_processor::rayon_manager::RayonManager;
use beacon_processor::{work_reprocessing_queue::*, *};
use gossipsub::MessageAcceptance;
use itertools::Itertools;
@@ -267,7 +266,6 @@ impl TestRig {
executor,
current_workers: 0,
config: beacon_processor_config,
rayon_manager: RayonManager::default(),
}
.spawn_manager(
beacon_processor_rx,