mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
bench: reduce number of epochs for wallet loading benchmark
This commit is contained in:
parent
817c051364
commit
d94244c4bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue