0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/src/bench
Wladimir J. van der Laan 32114dd634 bench: Add crypto hash benchmarks
Add benchmarks for the cryptographic hash algorithms:

- RIPEMD160
- SHA1
- SHA256
- SHA512

Continues work on #7883.
2016-05-11 19:47:25 +02:00
..
.gitignore Ignore bench_bitcoin binary. 2015-10-06 17:46:12 +02:00
bench.cpp [Trivial] ensure minimal header conventions 2015-10-27 17:44:13 +01:00
bench.h [Trivial] ensure minimal header conventions 2015-10-27 17:44:13 +01:00
bench_bitcoin.cpp Simple benchmarking framework 2015-09-30 09:24:42 -04:00
crypto_hash.cpp bench: Add crypto hash benchmarks 2016-05-11 19:47:25 +02:00
Examples.cpp Support very-fast-running benchmarks 2015-09-30 09:24:42 -04:00
rollingbloom.cpp Benchmark rolling bloom filter 2016-04-28 14:56:32 +02:00