bench: Remove minEpochIterations from wallet loading benchmark

This is probably unnecessary and just makes it slower.
This commit is contained in:
Andrew Chow 2022-04-19 12:22:44 -04:00
parent 6300b9556e
commit 9e404a9831

View file

@ -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