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

Add Performance tests for memory usage #1163

Closed
philipphofmann opened this issue Jun 10, 2021 · 1 comment
Closed

Add Performance tests for memory usage #1163

philipphofmann opened this issue Jun 10, 2021 · 1 comment

Comments

@philipphofmann
Copy link
Member

We can use the following code to measure the utilization of memory in tests.

measure(metrics: [XCTMemoryMetric()]) {
    
    startMeasuring()
    
    // Your Code
}

It makes sense to add these for:

  • SDKInit
  • Capturing events
@philipphofmann
Copy link
Member Author

The problem with this is that we can't correctly run these tests in CI. See #1482.

@philipphofmann philipphofmann closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Done in Mobile & Cross Platform SDK Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants