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

Fix performance test flakiness by reducing memory usage #1679

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

calda
Copy link
Member

@calda calda commented Jul 29, 2022

The performance tests have been flaky for the past few days. This is probably because they were using an extremely large amount of memory, because the views / layers weren't being deallocated correctly.

Before After
Screen Shot 2022-07-29 at 9 07 02 AM Screen Shot 2022-07-29 at 9 19 18 AM

@@ -19,22 +19,13 @@
"version": "0.7.0"
}
},
{
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I was wrong about #1674 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Collaborator

@erichoracek erichoracek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@calda calda enabled auto-merge (squash) July 29, 2022 16:36
@calda calda merged commit 183f176 into master Jul 29, 2022
@calda calda deleted the cal--performance-test-flakiness branch July 29, 2022 16:48
MoroziOS pushed a commit to MoroziOS/tmg-lottie-ios that referenced this pull request May 22, 2024
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.

2 participants