Skip to content

Commit

Permalink
Update bench.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou authored Jul 11, 2024
1 parent e9cdb31 commit ac05d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarks/bench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac05d36

Please sign in to comment.