lbrycrd/src/bench
Wladimir J. van der Laan acc68bc631
Merge #13586: refactor: add benchmarks to bech32::Encode/Decode
189cf35f3e Add simple bech32 benchmarks (Karl-Johan Alm)

Pull request description:

  This PR adds benchmarks to `Encode()`/`Decode()`.

  The benchmark commit is duplicated in #13632.

Tree-SHA512: 102a193e4af58c9cb23c66d3dc7e174aa6328edab0ed74f92deb7804db5c3d0601807b3e25a5472b5c72d6113cde0dbc9976315644671a8f14ecf349967dbaaa
2018-07-11 11:44:10 +02:00
..
data Add deserialize + CheckBlock benchmarks, and a full block hex 2016-11-09 11:27:59 -08:00
.gitignore Ignore bench_bitcoin binary. 2015-10-06 17:46:12 +02:00
base58.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
bech32.cpp Add simple bech32 benchmarks 2018-07-03 12:19:14 +09:00
bench.cpp benchmark: Removed bench/perf.cpp 2018-04-18 19:53:10 -07:00
bench.h trivial: Mark overrides as such. 2018-05-20 09:15:39 +02:00
bench_bitcoin.cpp bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_cast<double>(...) 2018-06-03 21:30:39 +02:00
block_assemble.cpp bench: Add missing pow.h header 2018-06-24 19:25:03 +02:00
ccoins_caching.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
checkblock.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
checkqueue.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
coin_selection.cpp bench: Simplify CoinSelection 2018-06-28 14:28:42 +01:00
crypto_hash.cpp Specialized double sha256 for 64 byte inputs 2018-05-29 14:05:00 -07:00
examples.cpp Do not use uppercase characters in source code filenames 2018-05-23 16:07:37 +02:00
lockedpool.cpp Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n) 2018-03-22 14:28:37 +01:00
mempool_eviction.cpp bench: Amend mempool_eviction test for witness txs 2018-04-17 19:51:47 -04:00
merkle_root.cpp Use bracket syntax includes ("#include <foo.h>") 2018-06-06 11:09:05 +02:00
prevector.cpp fix bench/prevector.cpp 2018-07-05 20:04:48 +09:00
rollingbloom.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
verify_script.cpp Make SignatureData able to store signatures and scripts 2018-07-03 17:18:52 -07:00