chromium / octane

The JavaScript Benchmark Suite for the modern web
https://developers.google.com/octane/
BSD 3-Clause "New" or "Revised" License
184 stars 74 forks source link

Memory leak in pdfjs #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a memory leak when running pdfjs for extended periods of time. The 
problem is that the "canvas_logs" array keeps growing with each run. It should 
probably be reset in the tearDownPdfJS function.

Original issue reported on code.google.com by hann...@gmail.com on 8 Oct 2014 at 1:16

GoogleCodeExporter commented 9 years ago
The following commit fixes the memory leak in pdfjs benchmark:
https://github.com/masrud/octane-benchmark/commit/6cdbefce14b37fd5a02baed861e2b7
184682ae47

Original comment by masoomeh...@gmail.com on 6 Apr 2015 at 8:28