Skip to content

Commit

Permalink
add HEX parsing (benchmarkjs) benchmark result for a5c92bc
Browse files Browse the repository at this point in the history
  • 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.
61 changes: 60 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": 1674658017933,
"lastUpdate": 1726091245184,
"repoUrl": "https://github.com/kurkle/color",
"entries": {
"HEX parsing": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit fc11a16

Please sign in to comment.