6#include <bench/data/block413567.raw.h>
14 auto const& data = benchmark::data::block413567;
15 bench.batch(data.size()).unit(
"byte").run([&] {
static void HexStrBench(benchmark::Bench &bench)
Main entry point to nanobench's benchmarking facility.
std::string HexStr(const std::span< const uint8_t > s)
Convert a span of bytes to a lower-case hexadecimal string.
void doNotOptimizeAway(Arg &&arg)
Makes sure none of the given arguments are optimized away by the compiler.
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.