7 lines
381 B
Makefile
7 lines
381 B
Makefile
|
# This shows an example invocation presuming the user has built canvaskit locally.
|
||
|
frames_load_lego_with_local:
|
||
|
node perf-canvaskit-with-puppeteer.js --canvaskit_js ../../out/canvaskit_wasm/canvaskit.js \
|
||
|
--canvaskit_wasm ../../out/canvaskit_wasm/canvaskit.wasm --use_gpu \
|
||
|
--input_lottie ../../modules/canvaskit/perf/assets/lego_loader.json \
|
||
|
--bench_html skottie-frames.html
|