Bitcoin
|
#include <bench/bench.h>
#include <bech32.h>
#include <util/strencodings.h>
#include <vector>
#include <string>
Functions | |
static void | Bech32Encode (benchmark::State &state) |
static void | Bech32Decode (benchmark::State &state) |
BENCHMARK (Bech32Encode, 800 *1000) | |
BENCHMARK (Bech32Decode, 800 *1000) | |
|
static |
|
static |
BENCHMARK | ( | Bech32Encode | , |
800 * | 1000 | ||
) |
BENCHMARK | ( | Bech32Decode | , |
800 * | 1000 | ||
) |