maplibre / maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://maplibre.org
BSD 2-Clause "Simplified" License
882 stars 271 forks source link

Memory Usage Regression Tests #2463

Open louwers opened 4 weeks ago

louwers commented 4 weeks ago

We should have some automated tests in place that check for memory usage regressions.

We already have memory probes part of the render tests (probeMemory).

louwers commented 4 weeks ago

I tried out https://developer.apple.com/documentation/xcode/preventing-memory-use-regressions but since Xcode stores baselines in .xcodeproj I don't think it's a good option.

louwers commented 2 weeks ago

Duplicate of https://github.com/maplibre/maplibre-native/issues/1243