smarr / ReBenchDB

ReBenchDB records benchmark results and provides customizable reporting to track and analyze run-time performance of software programs.
MIT License
12 stars 6 forks source link

Chart.js code memory leak #188

Closed smarr closed 5 months ago

smarr commented 5 months ago

Chart.js seems to be loaded again and again for rendering, and the code string for the library seems to be retained in memory. This leaks and native code for the compiled version of the code seems also to keep growing.