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

[testing] Abstract and apply memory usage testing across the repo #3722

Closed
1 task done
Westbrook opened this issue Oct 16, 2023 · 2 comments · Fixed by #4228 or #4264
Closed
1 task done

[testing] Abstract and apply memory usage testing across the repo #3722

Westbrook opened this issue Oct 16, 2023 · 2 comments · Fixed by #4228 or #4264

Comments

@Westbrook
Copy link
Collaborator

Code of conduct

  • I agree to follow this project's code of conduct.

Description of issue

Building off of #3721, abstract the usage of measureUserAgentSpecificMemory() to a test helper, and apply that helper across all of the packages in the project.

Address leaks, etc., as they are uncovered.

@Westbrook
Copy link
Collaborator Author

Questions to answer:

  • is it safe to run this "flag-customized" version of chromium for all tests? or should you create a group config using it that focuses only on the grid memory tests?

@Westbrook
Copy link
Collaborator Author

Not complete yet. But good progress.

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