Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for e6df8b8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 11, 2023
1 parent 7102c2a commit c70c22f
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": 1696651318203,
"lastUpdate": 1697053064614,
"repoUrl": "https://github.com/Brooooooklyn/canvas",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -25378,6 +25378,72 @@ window.BENCHMARK_DATA = {
"extra": "41 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": "e6df8b8f75f40659bda947ce16fc0b6841316518",
"message": "chore(deps): update dependency canvaskit-wasm to ^0.39.0",
"timestamp": "2023-10-11T19:28:36Z",
"tree_id": "1ced6cbdddd7088ed01d886c2440061af0cb45e0",
"url": "https://github.com/Brooooooklyn/canvas/commit/e6df8b8f75f40659bda947ce16fc0b6841316518"
},
"date": 1697052994084,
"tool": "benchmarkjs",
"benches": [
{
"name": "Draw house#skia-canvas",
"value": 25.2,
"range": "±0.24%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Draw house#node-canvas",
"value": 30.4,
"range": "±0.26%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Draw house#@napi-rs/skia",
"value": 25.1,
"range": "±0.37%",
"unit": "ops/sec",
"extra": "45 samples"
},
{
"name": "Draw gradient#skia-canvas",
"value": 24.2,
"range": "±0.49%",
"unit": "ops/sec",
"extra": "44 samples"
},
{
"name": "Draw gradient#node-canvas",
"value": 29,
"range": "±0.37%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Draw gradient#@napi-rs/skia",
"value": 23.7,
"range": "±0.56%",
"unit": "ops/sec",
"extra": "43 samples"
}
]
}
]
}
Expand Down

0 comments on commit c70c22f

Please sign in to comment.