Skip to content

Commit 7c0d344

Browse files
committed
bench: reduce the number of txs in wallet for wallet loading bench
1 parent f85b54e commit 7c0d344

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
@@ -76,7 +76,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
7676
auto wallet = BenchLoadWallet(context, options);
7777

7878
// Generate a bunch of transactions and addresses to put into the wallet
79-
for (int i = 0; i < 5000; ++i) {
79+
for (int i = 0; i < 1000; ++i) {
8080
AddTx(*wallet);
8181
}
8282

0 commit comments

Comments
 (0)