We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817c051 commit d94244cCopy full SHA for d94244c
src/bench/wallet_loading.cpp
@@ -69,7 +69,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
69
// reload the wallet for the actual benchmark
70
BenchUnloadWallet(std::move(wallet));
71
72
- bench.run([&] {
+ bench.epochs(5).run([&] {
73
wallet = BenchLoadWallet(context, options);
74
75
// Cleanup
0 commit comments