Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 56ed2f8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 17, 2023
1 parent a0c5302 commit c47556a
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": 1691975051559,
"lastUpdate": 1692304495158,
"repoUrl": "https://github.com/Brooooooklyn/canvas",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -24454,6 +24454,72 @@ window.BENCHMARK_DATA = {
"extra": "46 samples"
}
]
},
{
"commit": {
"author": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"committer": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"distinct": true,
"id": "56ed2f85336d75d95773c1b8dbaf7cceb4125d33",
"message": "chore(deps): update yarn to v3.6.2",
"timestamp": "2023-08-17T20:25:39Z",
"tree_id": "79c2c13477ffa06eb5e5d44ef3da20fcbd949a7a",
"url": "https://github.com/Brooooooklyn/canvas/commit/56ed2f85336d75d95773c1b8dbaf7cceb4125d33"
},
"date": 1692304429227,
"tool": "benchmarkjs",
"benches": [
{
"name": "Draw house#skia-canvas",
"value": 25,
"range": "±0.21%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Draw house#node-canvas",
"value": 30,
"range": "±1.05%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Draw house#@napi-rs/skia",
"value": 24,
"range": "±0.36%",
"unit": "ops/sec",
"extra": "43 samples"
},
{
"name": "Draw gradient#skia-canvas",
"value": 25,
"range": "±0.15%",
"unit": "ops/sec",
"extra": "44 samples"
},
{
"name": "Draw gradient#node-canvas",
"value": 29,
"range": "±0.31%",
"unit": "ops/sec",
"extra": "52 samples"
},
{
"name": "Draw gradient#@napi-rs/skia",
"value": 23,
"range": "±0.57%",
"unit": "ops/sec",
"extra": "42 samples"
}
]
}
]
}
Expand Down

0 comments on commit c47556a

Please sign in to comment.