#include <iostream>
#include <bench/bench.h>
#include <bloom.h>
#include <hash.h>
#include <random.h>
#include <uint256.h>
#include <utiltime.h>
#include <crypto/ripemd160.h>
#include <crypto/sha1.h>
#include <crypto/sha256.h>
#include <crypto/sha512.h>
#include <crypto/sha3.h>
#include <crypto/sha3512.h>
Go to the source code of this file.
◆ BENCHMARK() [1/9]
BENCHMARK |
( |
RIPEMD160 |
, |
|
|
440 |
|
|
) |
| |
◆ BENCHMARK() [2/9]
◆ BENCHMARK() [3/9]
BENCHMARK |
( |
SHA256 |
, |
|
|
340 |
|
|
) |
| |
◆ BENCHMARK() [4/9]
BENCHMARK |
( |
SHA512 |
, |
|
|
330 |
|
|
) |
| |
◆ BENCHMARK() [5/9]
BENCHMARK |
( |
SHA256_32b |
, |
|
|
4700 * |
1000 |
|
) |
| |
◆ BENCHMARK() [6/9]
BENCHMARK |
( |
SipHash_32b |
, |
|
|
40 *1000 * |
1000 |
|
) |
| |
◆ BENCHMARK() [7/9]
BENCHMARK |
( |
SHA256D64_1024 |
, |
|
|
7400 |
|
|
) |
| |
◆ BENCHMARK() [8/9]
BENCHMARK |
( |
FastRandom_32bit |
, |
|
|
110 *1000 * |
1000 |
|
) |
| |
◆ BENCHMARK() [9/9]
BENCHMARK |
( |
FastRandom_1bit |
, |
|
|
440 *1000 * |
1000 |
|
) |
| |