11 bench.batch(data.size()).unit(
"byte").run([&] {
static void HexStrBench(benchmark::Bench &bench)
Main entry point to nanobench's benchmarking facility.
void doNotOptimizeAway(Arg &&arg)
Makes sure none of the given arguments are optimized away by the compiler.
const std::vector< uint8_t > block413567
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
std::string HexStr(const Span< const uint8_t > s)
Convert a span of bytes to a lower-case hexadecimal string.