-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add memory performance tests #292
Comments
Related to #272 |
@ivpavici can I take this one? |
@hhamud What is your vision of tackling this? What exactly would you to resolve it? |
Currently to add in memory profiling tools and tests and explore the issue further on. I can see another issue here about the problem of memory leaks. Though I would like to be assigned this issue so I can fully dive in and resolve this specific issue |
Not sure that's what the issue creator had in mind; can you elaborate @mikiw ? |
@hhamud good luck! |
I had in mind 2 ways of doing that:
I would recommend you @hhamud to go easier way :) |
It would be nice to have script or memory performance tests to detect memory leaks.
Maybe something similar to
crates/starknet-server/tests/test_memory_test.rs
in #276The text was updated successfully, but these errors were encountered: