Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 62cd3e7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 27, 2024
1 parent 8feb950 commit 0297fc5
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1730037974439,
"lastUpdate": 1730038694509,
"repoUrl": "https://github.com/Brooooooklyn/canvas",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -33166,6 +33166,72 @@ window.BENCHMARK_DATA = {
"extra": "55 samples"
}
]
},
{
"commit": {
"author": {
"email": "lynweklm@gmail.com",
"name": "LongYinan",
"username": "Brooooooklyn"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "62cd3e7bbf214254c5ac00f8cb8a36d8508d2b21",
"message": "chore: upgrade NAPI-RS 3.0.0-alpha.16 (#921)",
"timestamp": "2024-10-27T22:12:04+08:00",
"tree_id": "c4e64d6fe1ed456da1bf9004bd085be410205f4b",
"url": "https://github.com/Brooooooklyn/canvas/commit/62cd3e7bbf214254c5ac00f8cb8a36d8508d2b21"
},
"date": 1730038647379,
"tool": "benchmarkjs",
"benches": [
{
"name": "Draw house#skia-canvas",
"value": 28,
"range": "±0.52%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Draw house#node-canvas",
"value": 38,
"range": "±0.77%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Draw house#@napi-rs/skia",
"value": 32,
"range": "±0.54%",
"unit": "ops/sec",
"extra": "57 samples"
},
{
"name": "Draw gradient#skia-canvas",
"value": 27,
"range": "±0.38%",
"unit": "ops/sec",
"extra": "49 samples"
},
{
"name": "Draw gradient#node-canvas",
"value": 36,
"range": "±0.64%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Draw gradient#@napi-rs/skia",
"value": 31,
"range": "±0.76%",
"unit": "ops/sec",
"extra": "55 samples"
}
]
}
]
}
Expand Down

0 comments on commit 0297fc5

Please sign in to comment.