mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
bench: reduce number of epochs for wallet loading benchmark
This commit is contained in:
parent
817c051364
commit
d94244c4bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user