index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
wallet_loading.cpp
Age
Commit message (
Expand
)
Author
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2022-11-21
refactor: move DuplicateMockDatabase to wallet/test/util.h
furszy
2022-11-21
refactor: unify test/util/wallet.h with wallet/test/util.h
furszy
2022-10-20
bench: explicitly make all current benchmarks "high" priority
furszy
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-18
refactor: remove unused using directives
fanquake
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-05-10
bench: Enable loading benchmarks depending on what's compiled
Andrew Chow
2022-05-10
bench: Use mock wallet database for wallet loading benchmark
Andrew Chow
2022-04-20
bench: reduce the number of txs in wallet for wallet loading bench
Andrew Chow
2022-04-20
bench: Add transactions directly instead of mining blocks
Andrew Chow
2022-04-20
bench: reduce number of epochs for wallet loading benchmark
Andrew Chow
2022-04-20
bench: use unsafesqlitesync in wallet loading benchmark
Andrew Chow
2022-04-19
bench: Remove minEpochIterations from wallet loading benchmark
Andrew Chow
2022-04-18
bench: Add a benchmark for wallet loading
Andrew Chow