This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Benchmarks #306
Labels
archived
Archived because of inactivity
Core
The cross-platform C++ core, aka mbgl
performance
Speed, stability, CPU usage, memory usage, or power usage
telemetry
Integration with Mapbox Telemetry libraries
Add a benchmark mode that allows us to benchmark various aspects of the renderer:
This requires building uncoupling of these components, and making sure that neither of these actions waits for any I/O, e.g. by implementing a custom mock HTTP object that reads the responses from memory (make sure to preload it from disk).
The text was updated successfully, but these errors were encountered: