hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

Memory leaks in unit tests

Open sequba opened this issue 3 years ago • 1 comments

Description

When running unit tests we can see that the heap size increases with every spec file. There must be a memory leak somewhere. It might be related to the way unit tests are written but we cannot be sure that the production code is OK. Needs investigation.

image image

Steps to reproduce

  1. Run unit tests with heap size analysis
jest --runInBand --logHeapUsage

sequba avatar Mar 08 '22 12:03 sequba

image

sequba avatar Mar 31 '22 12:03 sequba