mapbox / spritezero

small opinionated sprites
Other
173 stars 62 forks source link

Add benchmarking scripts #80

Open jseppi opened 4 years ago

jseppi commented 4 years ago

For many types of changes (such as #76 and #78, recently) it would be great to have a set of benchmarking scripts for assessing performance impacts.

spritezero does currently have some unit-tests that function sort of like benchmarking (see here) but it is not ideal to have these mixed in with unit tests.

Benchmarking scripts guidelines:

(h/t @springmeyer for this list)