DjDeveloperr / skia_canvas

Fast HTML Canvas API implementation for Deno using Google Skia
https://deno.land/x/skia_canvas
Apache License 2.0
124 stars 7 forks source link

Add benchmarks #17

Closed lino-levan closed 1 year ago

lino-levan commented 1 year ago

Start of resolving #11. Ideally these wouldn't be benchmarks that we made up but this is a good start to proving that skia_canvas is as fast, if not faster (within a few milliseconds) of node alternatives.

lino-levan commented 1 year ago

@DjDeveloperr anything preventing this from being merged?