![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | Base58Encode (benchmark::State &state) |
static void | Base58CheckEncode (benchmark::State &state) |
static void | Base58Decode (benchmark::State &state) |
BENCHMARK (Base58Encode, 470 *1000) | |
BENCHMARK (Base58CheckEncode, 320 *1000) | |
BENCHMARK (Base58Decode, 800 *1000) | |
|
static |
Definition at line 22 of file base58.cpp.
|
static |
|
static |
Definition at line 12 of file base58.cpp.
BENCHMARK | ( | Base58Encode | , |
470 * | 1000 | ||
) |
BENCHMARK | ( | Base58CheckEncode | , |
320 * | 1000 | ||
) |
BENCHMARK | ( | Base58Decode | , |
800 * | 1000 | ||
) |