Fil / d3-geo-voronoi

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

Improved Benchmarking #31

Closed martinfrances107 closed 3 years ago

martinfrances107 commented 3 years ago

As I discussed in the main issue.

A) I have added to range slider to the sphere benchmark so the number of points on the sphere can be altered. B) The page now displays the mean render time and standard deviation, based on the last 200 frames. C) Added a new benchmark, based on a template for writing directly to the canvas.

Fil commented 3 years ago

Ref. #30. Yes canvas is always faster than svg. But based on what we're trying to measure (projection), I don't see the need to keep the svg benchmark?

martinfrances107 commented 3 years ago

Ah good point the all the code path differences are in d3-geo.

Thank you it is always good to have a second opinion.

I have remove the file and pushed.

Fil commented 3 years ago

thanks!