aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkqueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Removed CCheckQueueSpeed benchmarkMartin Ankerl2017-12-231-41/+0
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-2/+2
* Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan2017-12-131-1/+1
|\
| * Minimal code changes to allow msvc compilation.Aaron Clauson2017-11-101-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
|/
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add a FastRandomContext::randrange and use itPieter Wuille2017-03-291-1/+1
* Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic number...Jeremy Rubin2017-01-111-15/+24
* Add Basic CheckQueue BenchmarkJeremy Rubin2017-01-091-0/+94