aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench_bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-2/+2
* util: Add SetupHelpOptions()MarcoFalke2019-02-061-5/+2
* Automatically initialize RNG on first use.Pieter Wuille2019-01-161-2/+0
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-1/+1
* util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-0/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* bench_bitcoin: Avoid read/write to default datadirMarcoFalke2018-07-141-0/+13
* bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...practicalswift2018-06-031-6/+8
* bench: Don't return a bool from mainWladimir J. van der Laan2018-05-311-4/+5
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-1/+9
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-9/+9
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-10/+15
* util: Store debug log file path in BCLog::Logger member.Jim Posen2018-04-291-1/+0
* scripted-diff: Rename BCLog::Logger member variables.Jim Posen2018-04-291-1/+1
* util: Establish global logger object.Jim Posen2018-04-271-1/+1
* [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-1/+47
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Add SHA256 dispatcherPieter Wuille2017-07-201-0/+2
* Initialize randomness in benchmarksAndrew Chow2017-06-231-0/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Simple benchmarking frameworkGavin Andresen2015-09-301-0/+21