Fil / d3-geo-voronoi

Voronoi / Delaunay tessellations on the sphere
ISC License
229 stars 24 forks source link

Minor benchmarking corrections. #43

Closed martinfrances107 closed 3 years ago

martinfrances107 commented 3 years ago

Changes to sphereCanvas.html

a) Benchmarking now working on final production version of the module [ ../dist/d3-geo-voronoi.min.js ]

b) benchmark time now covers the projection rotation adjustment in its timing. leading to an increase of approximately 2% increase in reported render time.

c) Removed unused code.

d) Passed sphereCanvas.html through a html validator and resolved issues.

martinfrances107 commented 3 years ago

Thank you.