aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkqueue.cpp
AgeCommit message (Expand)Author
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-03-21refactor: Use move semantics in `CCheckQueue::Loop`Hennadii Stepanov
2023-03-21refactor: Make move semantics explicit for callersHennadii Stepanov
2023-01-13Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...fanquake
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-28test, bench: make prevector and checkqueue swap member functions noexceptJon Atack
2020-09-24bench: Use CCheckQueue local thread poolHennadii Stepanov
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