mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 19:50:43 +02:00
Fixup option name in bench message
This commit is contained in:
parent
bf209ac7a7
commit
f565b2836d
@ -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…
Reference in New Issue
Block a user