accounts default stragglers (#19101)
This commit is contained in:
committed by
GitHub
parent
db14bcc43b
commit
1951fe4e80
@ -60,7 +60,7 @@ fn main() {
|
||||
if fs::remove_dir_all(path.clone()).is_err() {
|
||||
println!("Warning: Couldn't remove {:?}", path);
|
||||
}
|
||||
let accounts = Accounts::new_with_config(
|
||||
let accounts = Accounts::new_with_config_for_benches(
|
||||
vec![path],
|
||||
&ClusterType::Testnet,
|
||||
AccountSecondaryIndexes::default(),
|
||||
|
Reference in New Issue
Block a user