aboutsummaryrefslogtreecommitdiff
path: root/src/bench/wallet_loading.cpp
AgeCommit message (Expand)Author
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2022-11-21refactor: move DuplicateMockDatabase to wallet/test/util.hfurszy
2022-11-21refactor: unify test/util/wallet.h with wallet/test/util.hfurszy
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-18refactor: remove unused using directivesfanquake
2022-07-08wallet: refactor GetNewDestination, use BResultfurszy
2022-05-10bench: Enable loading benchmarks depending on what's compiledAndrew Chow
2022-05-10bench: Use mock wallet database for wallet loading benchmarkAndrew Chow
2022-04-20bench: reduce the number of txs in wallet for wallet loading benchAndrew Chow
2022-04-20bench: Add transactions directly instead of mining blocksAndrew Chow
2022-04-20bench: reduce number of epochs for wallet loading benchmarkAndrew Chow
2022-04-20bench: use unsafesqlitesync in wallet loading benchmarkAndrew Chow
2022-04-19bench: Remove minEpochIterations from wallet loading benchmarkAndrew Chow
2022-04-18bench: Add a benchmark for wallet loadingAndrew Chow