-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
perf: optimize reduce in wrapConsoleProps #29501
Conversation
|
@Connormiha Could you include a changelog entry? Instructions are here: https://github.com/cypress-io/cypress/blob/develop/guides/writing-the-cypress-changelog.md#writing-guidelines |
@jennifer-shehane Hello, I have added the changes |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
I did a little optimization of reduce to avoid creating new object each iteration. And set O(n) instead of O(n*n).
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?