-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add HEX parsing (benchmarkjs) benchmark result for a5c92bc
- Loading branch information
github-action-benchmark
committed
Sep 11, 2024
1 parent
b95ff08
commit fc11a16
Showing
1 changed file
with
60 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": 1674658017933, | ||
"lastUpdate": 1726091245184, | ||
"repoUrl": "https://github.com/kurkle/color", | ||
"entries": { | ||
"HEX parsing": [ | ||
|
@@ -3483,6 +3483,65 @@ window.BENCHMARK_DATA = { | |
"extra": "89 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jukka Kurkela", | ||
"username": "kurkle" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a5c92bc156ef3f71b68a9b16f5e9691884a751eb", | ||
"message": "Update bench.yml", | ||
"timestamp": "2024-09-12T00:46:36+03:00", | ||
"tree_id": "d2bc49e32159e0365595a8731f0b7ec73b6710fa", | ||
"url": "https://github.com/kurkle/color/commit/a5c92bc156ef3f71b68a9b16f5e9691884a751eb" | ||
}, | ||
"date": 1726091244048, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "parseInt +", | ||
"value": 4859531, | ||
"range": "±1.41%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "parseInt slice", | ||
"value": 5535757, | ||
"range": "±0.56%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "map", | ||
"value": 15729522, | ||
"range": "±1.08%", | ||
"unit": "ops/sec", | ||
"extra": "91 samples" | ||
}, | ||
{ | ||
"name": "map obj", | ||
"value": 17376941, | ||
"range": "±0.94%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "parseInt + shift", | ||
"value": 20523539, | ||
"range": "±1.55%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
} | ||
] | ||
} | ||
], | ||
"Comparison": [ | ||
|