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 6300b95 commit 9e404a9Copy full SHA for 9e404a9
src/bench/wallet_loading.cpp
@@ -68,7 +68,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
68
// reload the wallet for the actual benchmark
69
BenchUnloadWallet(std::move(wallet));
70
71
- bench.minEpochIterations(10).run([&] {
+ bench.run([&] {
72
wallet = BenchLoadWallet(context, options);
73
74
// Cleanup
0 commit comments