add metrics for startup (#17913)
* add metrics for startup * roll timings up higher * fix test * fix duplicate
This commit is contained in:
committed by
GitHub
parent
7fde9b6ff0
commit
471b34132e
@ -146,7 +146,7 @@ mod tests {
|
||||
|
||||
let old_last_bank = old_bank_forks.get(old_last_slot).unwrap();
|
||||
|
||||
let deserialized_bank = snapshot_utils::bank_from_archive(
|
||||
let (deserialized_bank, _timing) = snapshot_utils::bank_from_archive(
|
||||
&account_paths,
|
||||
&[],
|
||||
&old_bank_forks
|
||||
|
Reference in New Issue
Block a user