aboutsummaryrefslogtreecommitdiff
path: root/src/bench
Commit message (Expand)AuthorAgeFilesLines
* Use better name for local variable to prevent -Wshadow compiler warningPavel Janík2016-11-101-2/+2
* Add deserialize + CheckBlock benchmarks, and a full block hexMatt Corallo2016-11-092-0/+55
* [copyright] copyright header style uniformisle29832016-11-061-1/+1
* bench: Add benchmark for lockedpool allocation/deallocationWladimir J. van der Laan2016-10-271-0/+47
* Add microbenchmarks to profile more code paths.Russell Yanofsky2016-10-184-0/+367
* Merge #8115: Avoid integer division in the benchmark inner-most loop.Wladimir J. van der Laan2016-05-312-14/+28
|\
| * Avoid integer division in the benchmark inner-most loop.Gregory Maxwell2016-05-302-14/+28
* | Merge #8107: bench: Added base58 encoding/decoding benchmarksWladimir J. van der Laan2016-05-301-0/+56
|\ \
| * | bench: Added base58 encoding/decoding benchmarksYuri Zhykin2016-05-271-0/+56
| |/
* / Benchmark SipHashPieter Wuille2016-05-281-0/+25
|/
* bench: Add crypto hash benchmarksWladimir J. van der Laan2016-05-111-0/+53
* Benchmark rolling bloom filterPieter Wuille2016-04-281-0/+43
* [Trivial] ensure minimal header conventionsPhilip Kaufmann2015-10-272-11/+14
* Ignore bench_bitcoin binary.Pavel Janík2015-10-061-0/+1
* Support very-fast-running benchmarksGavin Andresen2015-09-303-3/+31
* Simple benchmarking frameworkGavin Andresen2015-09-304-0/+166