Skip to content

Bypass perfomance issues through sending Strings instead of Objects #89

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

Closed
wants to merge 1 commit into from

Conversation

42tg
Copy link

@42tg 42tg commented Oct 31, 2019

Workaround for #26 and #76.

Since the circular-json detecion implemented here cypress-io/cypress#4407 the combine coverage slows down or even breaks the tests in big projects.

By stringify the Json we can bypass the performance issues for most cases. I'm not sure how it behaves when even JSON.stringfyslows down but even then it should be better than the circular-json chekcup.

@CLAassistant
Copy link

CLAassistant commented Oct 31, 2019

CLA assistant check
All committers have signed the CLA.

@gregkaczan
Copy link

Hey, can you get this resolved and merged in? I do confirm this fixes the problem for me but i cannot use forked Cypress so do need to wait for official patch.

When can we get this released?

@bahmutov
Copy link
Contributor

@42tg Thank you - it was simpler for me to work locally for this simple fix, so I have done it in #98

@bahmutov bahmutov closed this Nov 14, 2019
@42tg
Copy link
Author

42tg commented Nov 15, 2019

Never mind, thanks for patching it 👍

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

Successfully merging this pull request may close these issues.

None yet

4 participants