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_eviction.cpp
Age
Commit message (
Expand
)
Author
2022-06-15
bench: Use existing CTxMemPool in TestingSetup
Carl Dong
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
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-24
bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2018-12-17
test: Add missing validation locks
MarcoFalke
2018-12-11
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-17
bench: Amend mempool_eviction test for witness txs
MarcoFalke
2018-04-17
bench: Move constructors out of mempool_eviction hot loop
MarcoFalke
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-01-17
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-10-18
Add microbenchmarks to profile more code paths.
Russell Yanofsky