Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for c461504
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 23, 2023
1 parent 06fba8c commit 97d1c5c
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 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": 1698012330351,
"lastUpdate": 1703291595405,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -5828,6 +5828,48 @@ 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": "c461504c92c4fe747967bc4246abb4d577e1b4a8",
"message": "support rest parameters in arrow functions",
"timestamp": "2023-12-23T01:30:42+01:00",
"tree_id": "9723350151ee17ad86d803d0dd2688c8aa13efc9",
"url": "https://github.com/y21/dash/commit/c461504c92c4fe747967bc4246abb4d577e1b4a8"
},
"date": 1703291594147,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 2400120,
"range": "± 17062",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 196626,
"range": "± 917",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 57311,
"range": "± 1227",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 97d1c5c

Please sign in to comment.