mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fixup option name in bench message
This commit is contained in:
parent
bf209ac7a7
commit
f565b2836d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue