Update bench.cpp

This commit is contained in:
Siarhei Fedartsou 2024-07-11 23:05:45 +02:00 committed by GitHub
parent e9cdb317f6
commit ac05d36102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -656,7 +656,7 @@ try
return EXIT_FAILURE; return EXIT_FAILURE;
} }
std::cerr << "Peak RAM: " << osrm::util::PeakRAMUsedInBytes() / (1024 * 1024) << "MB" << std::endl; std::cout << "Peak RAM: " << osrm::util::PeakRAMUsedInBytes() / (1024 * 1024) << "MB" << std::endl;
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
catch (const std::exception &e) catch (const std::exception &e)