aboutsummaryrefslogtreecommitdiff
path: root/src/bench
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench')
-rw-r--r--src/bench/wallet_loading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/wallet_loading.cpp b/src/bench/wallet_loading.cpp
index 80c285667e..5096895ed8 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