Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 5c9c487
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 25, 2024
1 parent 169b0f9 commit 8476820
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": 1735074839515,
"lastUpdate": 1735087067207,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -11018,6 +11018,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": "5c9c487c6d7f3d5d5a20a74b03dd741adf40ef6f",
"message": "reimplement inspect code in rust",
"timestamp": "2024-12-25T01:33:36+01:00",
"tree_id": "700456524172caa1646967e3808e545e884685d1",
"url": "https://github.com/y21/dash/commit/5c9c487c6d7f3d5d5a20a74b03dd741adf40ef6f"
},
"date": 1735087065984,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1575997,
"range": "± 19777",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 163402,
"range": "± 12947",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 110830,
"range": "± 17277",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2383291,
"range": "± 51827",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 31237560,
"range": "± 2840102",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 8476820

Please sign in to comment.