skia2/tools/perf-canvaskit-puppeteer
Kevin Lubick 6df5cd28db [canvaskit] Revert raster change.
Drawing to a Premul Raster Surface and then copying out Unpremul pixels
was 15x slower. Drawing to an Unpremul Raster surface was a little
slower than the previous RasterDirect surface.

Out of an abundance of caution, I'm going back to the way things were.
We can revisit drawing to a Raster surface in the future.

This also adds better error handling to the SkottieFrames test which
thankfully caught this regression.

Bug: skia:10717
Change-Id: Ib8b9d490c92e013c3311adb1d08de5fa0fc0351c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/334356
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-11-12 14:49:47 +00:00
..
canvas_perf_assets Add more perf tests and other minor improvemnts 2020-08-10 15:23:53 +00:00
path_translate_assets Add puppeteer perf for performance degredation related to transforming a complex path. Translations 2020-05-29 20:17:14 +00:00
benchmark.js [canvaskit] Revert raster change. 2020-11-12 14:49:47 +00:00
canvas_perf.html [canvaskit] Add drawRect4f as example 'fast path' API 2020-09-03 14:53:42 +00:00
canvas_perf.js [canvaskit] Remove Sk from nearly all function/type names. 2020-10-07 21:01:32 +00:00
Makefile [canvaskit] Revert raster change. 2020-11-12 14:49:47 +00:00
package-lock.json Add puppeteer perf for performance degredation related to transforming a complex path. Translations 2020-05-29 20:17:14 +00:00
package.json Add puppeteer perf for performance degredation related to transforming a complex path. Translations 2020-05-29 20:17:14 +00:00
path-transform.html [canvaskit] Remove Sk from nearly all function/type names. 2020-10-07 21:01:32 +00:00
perf_all_skps.sh Add Puppeteer perf for release and experimental_simd builds of CanvasKit against SKPs 2020-07-16 17:47:08 +00:00
perf-canvaskit-with-puppeteer.js allow external files in canvas_perf.js tests 2020-08-06 20:27:32 +00:00
render-skp.html [canvaskit] Update jsfiddle links and fix renderSKP 2020-10-08 12:51:15 +00:00
skottie-frames.html [canvaskit] Revert raster change. 2020-11-12 14:49:47 +00:00
skp_data_prep.js Add Puppeteer perf for release and experimental_simd builds of CanvasKit against SKPs 2020-07-16 17:47:08 +00:00