generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for e17e6b6
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|