mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
bench: Remove minEpochIterations from wallet loading benchmark
This is probably unnecessary and just makes it slower.
This commit is contained in:
parent
6300b9556e
commit
9e404a9831
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
|
|||
// reload the wallet for the actual benchmark
|
||||
BenchUnloadWallet(std::move(wallet));
|
||||
|
||||
bench.minEpochIterations(10).run([&] {
|
||||
bench.run([&] {
|
||||
wallet = BenchLoadWallet(context, options);
|
||||
|
||||
// Cleanup
|
||||
|
|
Loading…
Reference in a new issue