Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for be617d6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 28, 2024
1 parent e5c804a commit 6595d0e
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": 1735419805156,
"lastUpdate": 1735426462048,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -11612,6 +11612,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": "be617d6b44a8dde087bb63110045571c2f03cf5b",
"message": "concatenate bound function args with local args",
"timestamp": "2024-12-28T23:50:14+01:00",
"tree_id": "2a82391370b7fb523dc993dbf9f9b56e9ca5664a",
"url": "https://github.com/y21/dash/commit/be617d6b44a8dde087bb63110045571c2f03cf5b"
},
"date": 1735426460779,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1642196,
"range": "± 23064",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 159793,
"range": "± 8422",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 120965,
"range": "± 12795",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2419417,
"range": "± 12953",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 30900165,
"range": "± 2195222",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6595d0e

Please sign in to comment.