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 1c07bf2
- Loading branch information
github-action-benchmark
committed
Aug 2, 2024
1 parent
22b69ef
commit d2b7a36
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": 1720691148120, | ||
"lastUpdate": 1722561390835, | ||
"repoUrl": "https://github.com/Brooooooklyn/canvas", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -30592,6 +30592,72 @@ window.BENCHMARK_DATA = { | |
"extra": "55 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "29139614+renovate[bot]@users.noreply.github.com", | ||
"name": "renovate[bot]", | ||
"username": "renovate[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1c07bf2979536dd66fabd951126290e047dc9776", | ||
"message": "chore(deps): lock file maintenance (#860)", | ||
"timestamp": "2024-08-02T09:10:07+08:00", | ||
"tree_id": "c5369d09d717267e2f61671478fc17f20bdeaa8a", | ||
"url": "https://github.com/Brooooooklyn/canvas/commit/1c07bf2979536dd66fabd951126290e047dc9776" | ||
}, | ||
"date": 1722561322770, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Draw house#skia-canvas", | ||
"value": 29, | ||
"range": "±0.38%", | ||
"unit": "ops/sec", | ||
"extra": "52 samples" | ||
}, | ||
{ | ||
"name": "Draw house#node-canvas", | ||
"value": 36, | ||
"range": "±0.67%", | ||
"unit": "ops/sec", | ||
"extra": "62 samples" | ||
}, | ||
{ | ||
"name": "Draw house#@napi-rs/skia", | ||
"value": 32, | ||
"range": "±0.52%", | ||
"unit": "ops/sec", | ||
"extra": "56 samples" | ||
}, | ||
{ | ||
"name": "Draw gradient#skia-canvas", | ||
"value": 28, | ||
"range": "±0.22%", | ||
"unit": "ops/sec", | ||
"extra": "51 samples" | ||
}, | ||
{ | ||
"name": "Draw gradient#node-canvas", | ||
"value": 36, | ||
"range": "±0.52%", | ||
"unit": "ops/sec", | ||
"extra": "62 samples" | ||
}, | ||
{ | ||
"name": "Draw gradient#@napi-rs/skia", | ||
"value": 31, | ||
"range": "±0.62%", | ||
"unit": "ops/sec", | ||
"extra": "54 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|