Update bench.cpp
This commit is contained in:
parent
e9cdb317f6
commit
ac05d36102
@ -656,7 +656,7 @@ try
|
||||
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;
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
|
Loading…
Reference in New Issue
Block a user