Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for bc61769
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 29, 2024
1 parent 2f56956 commit a55a981
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": 1730222084586,
"lastUpdate": 1730233477067,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -10208,6 +10208,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": "bc61769c2b162b0a312557655bc09892bf6f5050",
"message": "add `name` property to functions",
"timestamp": "2024-10-29T21:20:25+01:00",
"tree_id": "588275265271498c94d1a7bd99c7c2ff591a1af1",
"url": "https://github.com/y21/dash/commit/bc61769c2b162b0a312557655bc09892bf6f5050"
},
"date": 1730233476402,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1534526,
"range": "± 21289",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 158259,
"range": "± 9010",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 87123,
"range": "± 13566",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2350161,
"range": "± 62810",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 28191715,
"range": "± 2489791",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a55a981

Please sign in to comment.