[benchmark_app] Fix spacing (#9759)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user