aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkqueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
| | | | In order to avoid unintended implicit conversions.
* Add a FastRandomContext::randrange and use itPieter Wuille2017-03-291-1/+1
|
* Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic ↵Jeremy Rubin2017-01-111-15/+24
| | | | numbers, fixed scoping of vectors (and memory movement component of benchmark).
* Add Basic CheckQueue BenchmarkJeremy Rubin2017-01-091-0/+94