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