generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for 969d8eb
- Loading branch information
github-action-benchmark
committed
Sep 14, 2023
1 parent
43d0120
commit 8ada115
Showing
1 changed file
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1694650941210, | ||
"lastUpdate": 1694654276605, | ||
"repoUrl": "https://github.com/Brooooooklyn/canvas", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -25180,6 +25180,72 @@ window.BENCHMARK_DATA = { | |
"extra": "41 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "LongYinan", | ||
"username": "Brooooooklyn" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "969d8ebce458db42928359fc73035a9a30da7615", | ||
"message": "Merge pull request #722 from Brooooooklyn/renovate/docker-setup-buildx-action-3.x\n\nchore(deps): update docker/setup-buildx-action action to v3", | ||
"timestamp": "2023-09-13T18:08:36-07:00", | ||
"tree_id": "d28c5402821dcabf92a3eb8739bb290b3668c69d", | ||
"url": "https://github.com/Brooooooklyn/canvas/commit/969d8ebce458db42928359fc73035a9a30da7615" | ||
}, | ||
"date": 1694654204625, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Draw house#skia-canvas", | ||
"value": 24, | ||
"range": "±0.06%", | ||
"unit": "ops/sec", | ||
"extra": "43 samples" | ||
}, | ||
{ | ||
"name": "Draw house#node-canvas", | ||
"value": 29, | ||
"range": "±0.29%", | ||
"unit": "ops/sec", | ||
"extra": "51 samples" | ||
}, | ||
{ | ||
"name": "Draw house#@napi-rs/skia", | ||
"value": 23, | ||
"range": "±0.24%", | ||
"unit": "ops/sec", | ||
"extra": "42 samples" | ||
}, | ||
{ | ||
"name": "Draw gradient#skia-canvas", | ||
"value": 23, | ||
"range": "±0.05%", | ||
"unit": "ops/sec", | ||
"extra": "42 samples" | ||
}, | ||
{ | ||
"name": "Draw gradient#node-canvas", | ||
"value": 27, | ||
"range": "±0.31%", | ||
"unit": "ops/sec", | ||
"extra": "49 samples" | ||
}, | ||
{ | ||
"name": "Draw gradient#@napi-rs/skia", | ||
"value": 22, | ||
"range": "±0.31%", | ||
"unit": "ops/sec", | ||
"extra": "41 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|