mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +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;
|
std::smatch baseMatch;
|
||||||
|
|
||||||
if (args.sanity_check) {
|
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;
|
std::vector<ankerl::nanobench::Result> benchmarkResults;
|
||||||
|
Reference in New Issue
Block a user