Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for e17e6b6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 13, 2024
1 parent b9ee36b commit 8600a88
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": 1715198678049,
"lastUpdate": 1715573837299,
"repoUrl": "https://github.com/Brooooooklyn/canvas",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -29140,6 +29140,72 @@ window.BENCHMARK_DATA = {
"extra": "55 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "LongYinan",
"username": "Brooooooklyn"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e17e6b69c752e738d69896605a7dea2690417ede",
"message": "fix: armv7 segmentfault (#830)",
"timestamp": "2024-05-13T12:10:39+08:00",
"tree_id": "7cc8d1ae1d8e8d25d870e17f4d2c54b5a2495d5a",
"url": "https://github.com/Brooooooklyn/canvas/commit/e17e6b69c752e738d69896605a7dea2690417ede"
},
"date": 1715573777063,
"tool": "benchmarkjs",
"benches": [
{
"name": "Draw house#skia-canvas",
"value": 30,
"range": "±0.27%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Draw house#node-canvas",
"value": 38,
"range": "±0.46%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Draw house#@napi-rs/skia",
"value": 33,
"range": "±0.54%",
"unit": "ops/sec",
"extra": "57 samples"
},
{
"name": "Draw gradient#skia-canvas",
"value": 29,
"range": "±0.24%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Draw gradient#node-canvas",
"value": 37,
"range": "±0.34%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Draw gradient#@napi-rs/skia",
"value": 31,
"range": "±0.8%",
"unit": "ops/sec",
"extra": "55 samples"
}
]
}
]
}
Expand Down

0 comments on commit 8600a88

Please sign in to comment.