You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create some performance benchmarks for mapbox-gl-draw that are quantifiable and repeatable.
Ideally, these benchmarks would be runnable in a headless environment using something like http://karma-runner.github.io.
It probably makes sense to work on the upstream mapbox-gl-js performance benchmarks first, and use the lessons and infrastructure from those to build the mapbox-gl-draw benchmarks.
Like tests, should these use mapbox-gl-js or mapbox-gl-js-mock? Using a mock would let us know the perf of gl-draw. Using the real thing, would help us catch when gl-draw is using a slow gl-js function.
We should create some performance benchmarks for mapbox-gl-draw that are quantifiable and repeatable.
Ideally, these benchmarks would be runnable in a headless environment using something like http://karma-runner.github.io.
It probably makes sense to work on the upstream mapbox-gl-js performance benchmarks first, and use the lessons and infrastructure from those to build the mapbox-gl-draw benchmarks.
ref mapbox/mapbox-gl-js#954
ref mapbox/mapbox-gl-js#1362
The text was updated successfully, but these errors were encountered: