mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-24 02:07:53 +02:00
Console: make command execution benchmark clear
This commit is contained in:
parent
3e00552ae4
commit
04d966747c
@ -472,7 +472,7 @@ incomplete:
|
|||||||
std::cout << ConsoleColorTag(Console_Normal) << "\n";
|
std::cout << ConsoleColorTag(Console_Normal) << "\n";
|
||||||
|
|
||||||
if (benchmarkingEnabled) {
|
if (benchmarkingEnabled) {
|
||||||
std::cout << duration << "s\n";
|
std::cout << "Execution time: " << duration << "s\n";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
std::cout << JsonEncode(result) << "\n";
|
std::cout << JsonEncode(result) << "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user