We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85b54e commit 7c0d344Copy full SHA for 7c0d344
src/bench/wallet_loading.cpp
@@ -76,7 +76,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
76
auto wallet = BenchLoadWallet(context, options);
77
78
// Generate a bunch of transactions and addresses to put into the wallet
79
- for (int i = 0; i < 5000; ++i) {
+ for (int i = 0; i < 1000; ++i) {
80
AddTx(*wallet);
81
}
82
0 commit comments