aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkqueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* bench: Prevent thread oversubscriptionHennadii Stepanov2020-08-261-3/+6
* Replace current benchmarking framework with nanobenchMartin Ankerl2020-06-131-10/+15
* bench: Remove requirement that all benches use RegTestingSetupMarcoFalke2020-04-171-0/+6
* test: Move boost/stdlib includes lastMarcoFalke2020-04-171-1/+3
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-3/+3
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* 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