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
/
mempool_stress.cpp
Age
Commit message (
Expand
)
Author
2022-05-30
use testing setup mempool in ComplexMemPool bench
glozow
2022-05-30
create and use mempool transactions using real coins in MempoolCheck
glozow
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-07
Merge bitcoin/bitcoin#23693: Revert "Fixes Bug in Transaction generation in C...
MarcoFalke
2021-12-07
Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark"
MarcoFalke
2021-12-07
Merge 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 parameterizable
glozow
2021-09-04
Fixes Bug in Transaction generation in ComplexMempool benchmark
Shorya
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2019-11-01
bench: Remove redundant copy constructor in mempool_stress
MarcoFalke
2019-10-28
Add new mempool benchmarks for a complex pool
Jeremy Rubin