We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf209ac commit f565b28Copy full SHA for f565b28
src/bench/bench.cpp
@@ -58,7 +58,7 @@ void benchmark::BenchRunner::RunAll(const Args& args)
58
std::smatch baseMatch;
59
60
if (args.sanity_check) {
61
- 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;
62
}
63
64
std::vector<ankerl::nanobench::Result> benchmarkResults;
0 commit comments