Console: make command execution benchmark clear

This commit is contained in:
Alexander A. Klimov 2023-01-31 17:27:01 +01:00
parent 3e00552ae4
commit 04d966747c

View File

@ -472,7 +472,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";