Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 92024d0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 9, 2023
1 parent 743e22e commit e0f82a7
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": 1691570208137,
"lastUpdate": 1691573565801,
"repoUrl": "https://github.com/Brooooooklyn/canvas",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -24256,6 +24256,72 @@ window.BENCHMARK_DATA = {
"extra": "43 samples"
}
]
},
{
"commit": {
"author": {
"email": "lynweklm@gmail.com",
"name": "LongYinan",
"username": "Brooooooklyn"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "92024d0da3d97b774fea926521141f40d480c0d8",
"message": "chore: upgrade rust toolchain (#700)",
"timestamp": "2023-08-09T17:21:15+08:00",
"tree_id": "78b2855c9a1f261a04546bf3fb54e94593dcb792",
"url": "https://github.com/Brooooooklyn/canvas/commit/92024d0da3d97b774fea926521141f40d480c0d8"
},
"date": 1691573480345,
"tool": "benchmarkjs",
"benches": [
{
"name": "Draw house#skia-canvas",
"value": 19,
"range": "±0.84%",
"unit": "ops/sec",
"extra": "50 samples"
},
{
"name": "Draw house#node-canvas",
"value": 24,
"range": "±1.16%",
"unit": "ops/sec",
"extra": "44 samples"
},
{
"name": "Draw house#@napi-rs/skia",
"value": 18,
"range": "±1.97%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Draw gradient#skia-canvas",
"value": 18.1,
"range": "±1.05%",
"unit": "ops/sec",
"extra": "48 samples"
},
{
"name": "Draw gradient#node-canvas",
"value": 24,
"range": "±0.79%",
"unit": "ops/sec",
"extra": "43 samples"
},
{
"name": "Draw gradient#@napi-rs/skia",
"value": 17.8,
"range": "±1.03%",
"unit": "ops/sec",
"extra": "47 samples"
}
]
}
]
}
Expand Down

0 comments on commit e0f82a7

Please sign in to comment.