Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 3b2c157
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent be05469 commit 027d902
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": 1731287747672,
"lastUpdate": 1731455274332,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -10640,6 +10640,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": "3b2c157e068a05c57e4ab30bb215b62d5c97781e",
"message": "reduce scope of refcell guards",
"timestamp": "2024-11-13T00:43:50+01:00",
"tree_id": "c4bd4a5ea9e840b309cd3c38b9805de2bd1832fd",
"url": "https://github.com/y21/dash/commit/3b2c157e068a05c57e4ab30bb215b62d5c97781e"
},
"date": 1731455273505,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1541067,
"range": "± 67702",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 147409,
"range": "± 9517",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 75609,
"range": "± 11665",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2222279,
"range": "± 80397",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 26503522,
"range": "± 3006360",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 027d902

Please sign in to comment.