Skip to content

Commit 9e404a9

Browse files
committed
bench: Remove minEpochIterations from wallet loading benchmark
This is probably unnecessary and just makes it slower.
1 parent 6300b95 commit 9e404a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bench/wallet_loading.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
6868
// reload the wallet for the actual benchmark
6969
BenchUnloadWallet(std::move(wallet));
7070

71-
bench.minEpochIterations(10).run([&] {
71+
bench.run([&] {
7272
wallet = BenchLoadWallet(context, options);
7373

7474
// Cleanup

0 commit comments

Comments
 (0)