aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.h
AgeCommit message (Expand)Author
2022-05-17bench: Add `--sanity-check` flag, use it in `make check`laanwj
2022-02-04bench: Represents paths with fs::path instead of std::stringRyan Ofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-21bench: various args improvementsJon Atack
2021-09-21bench: introduce -min_time argumentMartin Ankerl
2021-06-24bench: bench.h fixes and improvementsJon Atack
2021-02-01Drop boost/preprocessor dependenciesHennadii Stepanov
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-02Merge #17781: rpc: Remove mempool global from minerMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-10-15Remove unused includespracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-20trivial: Mark overrides as such.Daniel Kraft
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-13Initialize recently introduced non-static class member lastCycles to zero in ...practicalswift
2017-11-09Require a steady clock for bench with at least micro precisionMatt Corallo
2017-11-07bench: prefer a steady clock if the resolution is no worseCory Fields
2017-11-07bench: switch to std::chrono for time measurementsCory Fields
2017-09-11Remove countMaskInv caching in bench frameworkMatt Corallo
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-02-07bench: Fix initialization order in registrationWladimir J. van der Laan
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-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