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 58a6248 commit a5718a0Copy full SHA for a5718a0
src/bench/bench.cpp
@@ -84,7 +84,7 @@ void BenchRunner::RunAll(const Args& args)
84
std::smatch baseMatch;
85
86
if (args.sanity_check) {
87
- 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;
88
}
89
90
std::vector<ankerl::nanobench::Result> benchmarkResults;
0 commit comments