bench: reduce number of epochs for wallet loading benchmark

This commit is contained in:
Andrew Chow 2022-04-20 13:52:45 -04:00
parent 817c051364
commit d94244c4bf

View File

@ -69,7 +69,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
// reload the wallet for the actual benchmark
BenchUnloadWallet(std::move(wallet));
bench.run([&] {
bench.epochs(5).run([&] {
wallet = BenchLoadWallet(context, options);
// Cleanup