From 9e404a98312d73c969adf4f8e87aad1ac4b3029d Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Tue, 19 Apr 2022 12:22:44 -0400 Subject: bench: Remove minEpochIterations from wallet loading benchmark This is probably unnecessary and just makes it slower. --- src/bench/wallet_loading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bench/wallet_loading.cpp') diff --git a/src/bench/wallet_loading.cpp b/src/bench/wallet_loading.cpp index 38d3460001..8dc46c2268 100644 --- a/src/bench/wallet_loading.cpp +++ b/src/bench/wallet_loading.cpp @@ -68,7 +68,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet) // reload the wallet for the actual benchmark BenchUnloadWallet(std::move(wallet)); - bench.minEpochIterations(10).run([&] { + bench.run([&] { wallet = BenchLoadWallet(context, options); // Cleanup -- cgit v1.2.3