mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
Fixup option name in bench message
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user