index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
bench_bitcoin.cpp
Age
Commit message (
Expand
)
Author
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2019-02-06
util: Add SetupHelpOptions()
MarcoFalke
2019-01-16
Automatically initialize RNG on first use.
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-14
bench_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-06-03
bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...
practicalswift
2018-05-31
bench: Don't return a bool from main
Wladimir J. van der Laan
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-06-23
Initialize randomness in benchmarks
Andrew Chow
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2015-09-30
Simple benchmarking framework
Gavin Andresen