Console: make command execution benchmark clear

This commit is contained in:
Alexander A. Klimov 2023-01-31 17:27:01 +01:00
parent 68419d8971
commit 956c73d7a7

View file

@ -473,7 +473,7 @@ incomplete:
std::cout << ConsoleColorTag(Console_Normal) << "\n";
if (benchmarkingEnabled) {
std::cout << duration << "s\n";
std::cout << "Execution time: " << duration << "s\n";
}
} else {
std::cout << JsonEncode(result) << "\n";