aboutsummaryrefslogtreecommitdiff
path: root/src/bench/mempool_stress.cpp
AgeCommit message (Expand)Author
2023-11-21Use Txid in COutpointdergoegge
2023-09-12[refactor] Add missing includes for next commitTheCharlatan
2023-08-03mempool_entry: add mempool entry sequence numberAnthony Towns
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov
2022-11-18Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...glozow
2022-11-16refactor: Move `CTxMemPoolEntry` class to its own moduleHennadii Stepanov
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-05-30use testing setup mempool in ComplexMemPool benchglozow
2022-05-30create and use mempool transactions using real coins in MempoolCheckglozow
2022-04-04refactor: fix clang-tidy named args usagefanquake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-07Merge bitcoin/bitcoin#23693: Revert "Fixes Bug in Transaction generation in C...MarcoFalke
2021-12-07Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark"MarcoFalke
2021-12-07Merge bitcoin/bitcoin#22856: test: Fix bug in transaction generation in Compl...MarcoFalke
2021-10-04[refactor] pass coinsview and height to check()glozow
2021-10-04[bench] Benchmark CTxMemPool::check()glozow
2021-10-01[refactor/bench] make mempool_stress bench reusable and parameterizableglozow
2021-09-04Fixes Bug in Transaction generation in ComplexMempool benchmarkShorya
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2019-11-01bench: Remove redundant copy constructor in mempool_stressMarcoFalke
2019-10-28Add new mempool benchmarks for a complex poolJeremy Rubin