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
/
duplicate_inputs.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-05-27
bench: Use existing NodeContext in DuplicateInputs
Carl Dong
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
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
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2019-02-15
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2018-11-25
Add Benchmark to test input de-duplication worst case
Jeremy Rubin