mapbox / mapnik-vector-tile

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

run benchmarks recursively through input data #180

Closed mapsam closed 8 years ago

mapsam commented 8 years ago

Adding quick bash scrip that executes the benchmark test vtile-encode against all test/geometry-test-data/input data through a series of iterations. This is a WIP, and can be updated to take in user inputs and do more than just vtile-encode.

cc/ @flippmoke

mapsam commented 8 years ago

Added a check for encode or decode after the run-bench.sh command. This is going to require a chance to either vtile-encode.cpp or vtile-decode.cpp since one checks for -i iterations and the other has no flag check. just wrote these into the if statements for now.