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
/
checkqueue.cpp
Age
Commit message (
Expand
)
Author
2020-09-24
bench: Use CCheckQueue local thread pool
Hennadii Stepanov
2020-08-26
bench: Prevent thread oversubscription
Hennadii Stepanov
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Removed CCheckQueueSpeed benchmark
Martin Ankerl
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-03-29
Add a FastRandomContext::randrange and use it
Pieter Wuille
2017-01-11
Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic number...
Jeremy Rubin
2017-01-09
Add Basic CheckQueue Benchmark
Jeremy Rubin