diff --git a/src/bench/wallet_loading.cpp b/src/bench/wallet_loading.cpp index 80c285667e8..5096895ed8d 100644 --- a/src/bench/wallet_loading.cpp +++ b/src/bench/wallet_loading.cpp @@ -69,7 +69,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet) // reload the wallet for the actual benchmark BenchUnloadWallet(std::move(wallet)); - bench.run([&] { + bench.epochs(5).run([&] { wallet = BenchLoadWallet(context, options); // Cleanup