mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

[WIP] Add vector-tile encoding benchmark #178

Closed jakepruitt closed 8 years ago

jakepruitt commented 8 years ago

Adds executable vector-tile benchmark, ./build/Release/vtile-encode that takes a geojson datasourceand a z x y tile coordinate, and an optional iterations parameter. Currently, the test renders the geometry from the geojson onto a vector tile for iterations number of times, logging the amount of time it took.

Things I want to add:

cc/ @flippmoke @mapsam @springmeyer

jakepruitt commented 8 years ago

@flippmoke - is there anything in here that looks like a red flag for being compatible with the v2_spec branch?

flippmoke commented 8 years ago

The other additional options here would be nice to have, but aren't required currently. Merging with current configuration.