aboutsummaryrefslogtreecommitdiff
path: root/src/bench/readblock.cpp
AgeCommit message (Collapse)Author
2024-05-14validation, blockstorage: Separate code paths for reindex and saving new blocksMartin Zumsande
By calling SaveBlockToDisk only when we actually want to save a new block to disk. In the reindex case, we now call UpdateBlockInfo directly from validation. This commit doesn't change behavior.
2023-11-26bench: add readblock benchmarkAndrew Toth