[benchmark_app] Fix spacing (#9759)

This commit is contained in:
Mingyu Kim
2022-01-19 18:16:40 +09:00
committed by GitHub
parent 0a225c2d84
commit de4bd44a38

View File

@@ -199,7 +199,7 @@ int main(int argc, char* argv[]) {
if (std::find(supported_config_keys.begin(),
supported_config_keys.end(),
CONFIG_KEY(PERFORMANCE_HINT)) != supported_config_keys.end()) {
slog::warn << "-hint default value is determined as" << CONFIG_VALUE(THROUGHPUT)
slog::warn << "-hint default value is determined as " << CONFIG_VALUE(THROUGHPUT)
<< " automatically for " << device
<< " device. For more detailed information look at README." << slog::endl;
FLAGS_hint = CONFIG_VALUE(THROUGHPUT);