aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench_bitcoin.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-14bench_bitcoin: Avoid read/write to default datadirMarcoFalke
2018-06-03bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...practicalswift
2018-05-31bench: Don't return a bool from mainWladimir J. van der Laan
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-04-29util: Store debug log file path in BCLog::Logger member.Jim Posen
2018-04-29scripted-diff: Rename BCLog::Logger member variables.Jim Posen
2018-04-27util: Establish global logger object.Jim Posen
2018-04-02[moveonly] Extract HelpRequested to dry up the help options testingBen Woosley
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-07-20Add SHA256 dispatcherPieter Wuille
2017-06-23Initialize randomness in benchmarksAndrew Chow
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2015-09-30Simple benchmarking frameworkGavin Andresen