Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 4d30119
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent 9e07f82 commit 8b65a5a
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": 1730762831650,
"lastUpdate": 1730828396249,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -10478,6 +10478,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": "4d301193127317c07dcbef7293c699a15bb1b24f",
"message": "support object/array destructuring patterns in parameters",
"timestamp": "2024-11-05T18:35:48+01:00",
"tree_id": "8fa5b1a01b8e870fc1194b0e6b0668c23389efdb",
"url": "https://github.com/y21/dash/commit/4d301193127317c07dcbef7293c699a15bb1b24f"
},
"date": 1730828395299,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1561540,
"range": "± 38353",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 158767,
"range": "± 20644",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 88587,
"range": "± 11499",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2301743,
"range": "± 51116",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 29454797,
"range": "± 1402296",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 8b65a5a

Please sign in to comment.