mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01: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
Reference in a new issue