Updates memory_profiler dep, revert changes to memory allocated commit (increased retained memory too much)

This commit is contained in:
erwanlr
2019-03-22 06:56:10 +00:00
parent 95eb6a732c
commit 8b18204a69
3 changed files with 3 additions and 14 deletions

View File

@@ -18,6 +18,4 @@ report = MemoryProfiler.report(top: 15) do
end
end
# scale_bytes option not yet supported in the latest stable
# See https://github.com/SamSaffron/memory_profiler/issues/68
report.pretty_print($stdout, scale_bytes: true, detailed_report: true, to_file: 'memprof.report')
report.pretty_print(scale_bytes: true, to_file: 'memprof.report')