Move entry/poh to own crate to speed up poh bench build (#18225)
This commit is contained in:
@@ -2620,7 +2620,7 @@ pub fn main() {
|
||||
solana_perf::perf_libs::init_cuda();
|
||||
enable_recycler_warming();
|
||||
}
|
||||
solana_ledger::entry::init_poh();
|
||||
solana_entry::entry::init_poh();
|
||||
solana_runtime::snapshot_utils::remove_tmp_snapshot_archives(&snapshot_output_dir);
|
||||
|
||||
let identity_keypair = Arc::new(identity_keypair);
|
||||
|
Reference in New Issue
Block a user