Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 39e42fe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 29, 2024
1 parent 6595d0e commit 08d8416
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": 1735426462048,
"lastUpdate": 1735433225644,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -11666,6 +11666,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": "39e42fe311457521d40630f787c4611a35433f55",
"message": "SSO function call arguments",
"timestamp": "2024-12-29T01:42:53+01:00",
"tree_id": "dc4b279061b6fae110dd425291fd111b6a5bb870",
"url": "https://github.com/y21/dash/commit/39e42fe311457521d40630f787c4611a35433f55"
},
"date": 1735433225040,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1618699,
"range": "± 31420",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 169047,
"range": "± 9730",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 127139,
"range": "± 17386",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2420335,
"range": "± 64101",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 29053536,
"range": "± 2852559",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 08d8416

Please sign in to comment.