-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Leak Testing #50
Comments
I will run another test on iOS to be thorough. |
In a zoom discussion with @jonathanolson it was explained that there is a better process for memory leak testing. Process:
This process is definitely more consistant and saves time. Previously runs would be extended due to variability in object creation at the time of the heap snapshot. Steps 3-6 ensures we are always using a specific state after the sim has been running for a while and testing against that same state. I'll rerun the test and post results here. |
Testing on iOS (10.13.6) Chrome (71.0.3578.98) Incognito mode with 30 minute intervals between snapshots. The results are similar as above. There isn't anything here that stands out as a memory leak. Closing this issue. Thanks @jonathanolson for the input. |
Opening for #48.
Memory leak testing should be tracked and documented here. I will start a test and have the reviewer of #48 confirm memory leaks aren't present.
I expect results to be similar to phetsims/masses-and-springs#339.
The text was updated successfully, but these errors were encountered: