aboutsummaryrefslogtreecommitdiff
path: root/src/bench/wallet_loading.cpp
AgeCommit message (Expand)Author
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