Skip to content

Commit d94244c

Browse files
committed
bench: reduce number of epochs for wallet loading benchmark
1 parent 817c051 commit d94244c

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
@@ -69,7 +69,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
6969
// reload the wallet for the actual benchmark
7070
BenchUnloadWallet(std::move(wallet));
7171

72-
bench.run([&] {
72+
bench.epochs(5).run([&] {
7373
wallet = BenchLoadWallet(context, options);
7474

7575
// Cleanup

0 commit comments

Comments
 (0)