556350de37
We have a similar ingestion strategy to Gold. I tried to use something off the shelf like benchmark.js but passing the PathKit context into the benchmarks was non-trivial. Plus, making a basic benchmarking tool ended up being not too hard. We should be able to re-use the docker container/aggregator for CanvasKit too. Bug: skia: Change-Id: I613dfc58ea57c31cf71566a8ac55f8df9272ad25 Reviewed-on: https://skia-review.googlesource.com/c/161620 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Stephan Altmueller <stephana@google.com>
12 lines
324 B
JSON
12 lines
324 B
JSON
{
|
|
"name": "pathkit-asmjs",
|
|
"version": "0.4.2",
|
|
"description": "A asm.js version of Skia's PathOps toolkit",
|
|
"main": "bin/pathkit.js",
|
|
"homepage": "https://github.com/google/skia/tree/master/modules/pathkit",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|