aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.cpp
AgeCommit message (Expand)Author
2020-08-14bench: Allow skip benchmarkHennadii Stepanov
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-01-28Fix benchmarks filtersElichai Turkel
2020-01-02test: Show debug log on unit test failureMarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-30test: Add RegTestingSetup to setup_commonMarcoFalke
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10test: Use test_bitcoin setup in bench, Add test utilsMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-18benchmark: Removed bench/perf.cppThomas Snider
2018-01-16Log debug build status and warn when running benchmarksWladimir J. van der Laan
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-23Improved microbenchmarking with multiple features.Martin Ankerl
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Require a steady clock for bench with at least micro precisionMatt Corallo
2017-11-07bench: switch to std::chrono for time measurementsCory Fields
2017-09-11Remove countMaskInv caching in bench frameworkMatt Corallo
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-31Restore default format state of cout after printing with std::fixed/setprecisionpracticalswift
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-03-06Merge #9547: bench: Assert that division by zero is unreachableWladimir J. van der Laan
2017-02-07bench: Fix initialization order in registrationWladimir J. van der Laan
2017-02-02Assert that what might look like a possible division by zero is actually unre...practicalswift
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-22bench: Add support for measuring CPU cyclesWladimir J. van der Laan
2016-11-22bench: Fix subtle counting issue when rescaling iteration countWladimir J. van der Laan
2016-05-30Avoid integer division in the benchmark inner-most loop.Gregory Maxwell
2015-10-27[Trivial] ensure minimal header conventionsPhilip Kaufmann
2015-09-30Support very-fast-running benchmarksGavin Andresen
2015-09-30Simple benchmarking frameworkGavin Andresen