Fixup option name in bench message

This commit is contained in:
Ben Woosley 2022-05-25 00:22:54 -05:00
parent bf209ac7a7
commit f565b2836d
No known key found for this signature in database
GPG key ID: 4D8CA4BA18040906

View file

@ -58,7 +58,7 @@ void benchmark::BenchRunner::RunAll(const Args& args)
std::smatch baseMatch;
if (args.sanity_check) {
std::cout << "Running with --sanity check option, benchmark results will be useless." << std::endl;
std::cout << "Running with --sanity-check option, benchmark results will be useless." << std::endl;
}
std::vector<ankerl::nanobench::Result> benchmarkResults;