mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-14 02:01:15 +02:00
bench: reduce the number of txs in wallet for wallet loading bench
This commit is contained in:
@@ -76,7 +76,7 @@ static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
|
||||
auto wallet = BenchLoadWallet(context, options);
|
||||
|
||||
// Generate a bunch of transactions and addresses to put into the wallet
|
||||
for (int i = 0; i < 5000; ++i) {
|
||||
for (int i = 0; i < 1000; ++i) {
|
||||
AddTx(*wallet);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user