Bank::new -> Bank::new_for_benches (#19063)
This commit is contained in:
committed by
GitHub
parent
3280ae3e9f
commit
bde9b4de94
@@ -1052,6 +1052,11 @@ impl Bank {
|
||||
Self::new_for_tests(genesis_config)
|
||||
}
|
||||
|
||||
pub fn new_for_benches(genesis_config: &GenesisConfig) -> Self {
|
||||
// this will diverge
|
||||
Self::new_for_tests(genesis_config)
|
||||
}
|
||||
|
||||
pub fn new_for_tests(genesis_config: &GenesisConfig) -> Self {
|
||||
// this will diverge
|
||||
Self::new_with_paths(
|
||||
|
Reference in New Issue
Block a user