aboutsummaryrefslogtreecommitdiff
path: root/src/bench
AgeCommit message (Expand)Author
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
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-11-10Use better name for local variable to prevent -Wshadow compiler warningPavel Janík
2016-11-09Add deserialize + CheckBlock benchmarks, and a full block hexMatt Corallo
2016-11-06[copyright] copyright header style uniformisle2983
2016-10-27bench: Add benchmark for lockedpool allocation/deallocationWladimir J. van der Laan
2016-10-18Add microbenchmarks to profile more code paths.Russell Yanofsky
2016-05-31Merge #8115: Avoid integer division in the benchmark inner-most loop.Wladimir J. van der Laan
2016-05-30Avoid integer division in the benchmark inner-most loop.Gregory Maxwell
2016-05-30Merge #8107: bench: Added base58 encoding/decoding benchmarksWladimir J. van der Laan
2016-05-28Benchmark SipHashPieter Wuille
2016-05-27bench: Added base58 encoding/decoding benchmarksYuri Zhykin
2016-05-11bench: Add crypto hash benchmarksWladimir J. van der Laan
2016-04-28Benchmark rolling bloom filterPieter Wuille
2015-10-27[Trivial] ensure minimal header conventionsPhilip Kaufmann
2015-10-06Ignore bench_bitcoin binary.Pavel Janík
2015-09-30Support very-fast-running benchmarksGavin Andresen
2015-09-30Simple benchmarking frameworkGavin Andresen