Skip to content

Commit f565b28

Browse files
committed
Fixup option name in bench message
1 parent bf209ac commit f565b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bench/bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void benchmark::BenchRunner::RunAll(const Args& args)
5858
std::smatch baseMatch;
5959

6060
if (args.sanity_check) {
61-
std::cout << "Running with --sanity check option, benchmark results will be useless." << std::endl;
61+
std::cout << "Running with --sanity-check option, benchmark results will be useless." << std::endl;
6262
}
6363

6464
std::vector<ankerl::nanobench::Result> benchmarkResults;

0 commit comments

Comments
 (0)