Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 1479cdb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 28, 2024
1 parent fc2c5a9 commit 1857012
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 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": 1735403384906,
"lastUpdate": 1735412132618,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -11504,6 +11504,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "y21",
"username": "y21"
},
"committer": {
"email": "[email protected]",
"name": "y21",
"username": "y21"
},
"distinct": true,
"id": "1479cdb2a899f3c3f19f7d8800721169408d8204",
"message": "don't use aliased name in object destructuring for the property",
"timestamp": "2024-12-28T19:51:23+01:00",
"tree_id": "9f46db3b708d4e212cc5f703997d0662650538a8",
"url": "https://github.com/y21/dash/commit/1479cdb2a899f3c3f19f7d8800721169408d8204"
},
"date": 1735412131393,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1640893,
"range": "± 30569",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 165710,
"range": "± 10418",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 122377,
"range": "± 11890",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2405580,
"range": "± 13780",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 30649690,
"range": "± 3010384",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1857012

Please sign in to comment.