Skip to content
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

Create a benchmark test for various scenarios to help ensure mem usage doesn't increase too much in future releases #1514

Open
ankur22 opened this issue Nov 6, 2024 · 0 comments

Comments

@ankur22
Copy link
Collaborator

ankur22 commented Nov 6, 2024

What

Add a benchmark test to ensure that changes to the codebase do not introduce memory leaks.

Why

We found several memory leaks in the past releases (#1431, #1488, and #1493). These issues could have quite easily been spotted earlier and fixed quickly, avoiding several days worth of debugging and profiling. To mitigate the risk of this occurring again we want to create a benchmark test that will ensure that the memory usage stays constant between changes to the codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant